''
Project description
PyFawkes
PyFawkes is a mutation testing too. It supports py.test tests in Python 3.5+.
From article at Wikipedia:
Mutation testing evaluates the quality of software tests. Mutation testing involves modifying a program's source code or byte code in small ways. A test suite that does not detect and reject the mutated code is considered defective.
Quickstart
PyFawkes is available on PyPI, so it can be installed via:
$ pip install pyfawkes --user --upgrade
Run PyFawkes specifying the location of your code and its unit tests:
$ python -m pyfawkes --source <PATH TO SOURCE> --test <PATH TO UNIT TESTS>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyfawkes-0.1.1.tar.gz
(9.0 kB
view details)
File details
Details for the file pyfawkes-0.1.1.tar.gz
.
File metadata
- Download URL: pyfawkes-0.1.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac1ad9306ca41a07959f6e015a780685bc733040651573ce2d292d980e16f093 |
|
MD5 | 61fd1d5571d1a386982da64e0b3441b9 |
|
BLAKE2b-256 | d81971d8d8348f23f760a4cbecafe1823b7f6ac41157d75099d822a8f2d7f4c0 |