Skip to main content

UNKNOWN

Project description

Mutmut is a mutation testing library/tool. It aims to be usable as a program directly, but also to have an easy to use API.

Install

pip install mutmut

Usage

mutmut path/to/directory/you/want/to/mutate

This will by default run py.test on tests in the “tests” folder. Run

mutmut --help

for the available flags to use other runners, etc.

The output of the mutation tests (if you have surviving mutants) looks like:

FAILED: mutmut path/filename.py --mutation 10 --apply

I’ve made is to you can just copy paste everything after “FAILED:” and run it directly and you’ll get the mutant on disk. You should REALLY have the file you mutate under source code control and committed before you mutate it!

You should start from the bottom of the list, because if you start from the top, the indexes of the mutations change.

You can mark lines like this:

some_code_here()  # pragma: no mutate

to stop mutation on those lines. Some cases we’ve found where you need to whitelist lines are:

  • The version string on your library. You really shouldn’t have a test for this :P

  • Optimizing break instead of continue. The code runs fine when mutating break to continue, but it’s slower.

Future plan

  • Custom importer that will mutate the code on the way in

  • Plug in to py.test (and nose, etc?) to make it use the importer

  • Optimization: Keep a cache of hashes to know which files have changed since they were tested, so we can skip testing files which are already done

  • Optimization: Use testmon to know which tests to rerun for each mutation

  • Speed up: Make the runner itself a part of py.test so we can use py.test test parallelization/distribution

Changelog

0.0.1 (2016-12-01)

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mutmut-0.0.1.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mutmut-0.0.1-py2.py3-none-any.whl (9.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mutmut-0.0.1.tar.gz.

File metadata

  • Download URL: mutmut-0.0.1.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mutmut-0.0.1.tar.gz
Algorithm Hash digest
SHA256 51d7e7c28d045cf3b6cc3b4b7cdcfded169af7146fcc355939fadec41507dc6d
MD5 968c8223326496d5cd8afa7e8b068ba5
BLAKE2b-256 8424d0237d7ad894e92545de217593fa709ffefce88ca69c5de13975341da8a9

See more details on using hashes here.

File details

Details for the file mutmut-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mutmut-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5fc10e9451a04d731c72ce9989f0dd0c97fdc4b2aa4130086dc9c603eeb450b3
MD5 3ce15afcf24de940ce097e55c87c8974
BLAKE2b-256 2aec0ae3d02d8bf094297d34828ec304468bdf37d06058dcab27922bf2e5d7f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page