commit 53eef027a7b5af3575399aabcebe219d88389c73 from: Sergey Bronnikov date: Fri Dec 11 13:42:04 2020 UTC Update README commit - c3bf1e83ca58b6e1c539af029942c9b49a3df6ef commit + 53eef027a7b5af3575399aabcebe219d88389c73 blob - 1e14afa516dd2f902109769362f65f242aad9ba3 blob + 30faf0f920a3d246386bc341c4507c02db33a676 --- README.md +++ README.md @@ -1,10 +1,10 @@ -# mutation-testing-elements +# py-mutation-testing-elements is a generator of single page reports with mutation testing results using -[schema](https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-report-schema) +[JSON schema](https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-report-schema) written on Python. -Supported schema versions: 1.0 +Supported schema versions: [1.0, 1.1] ``` $ pip install -r requirements.txt @@ -12,3 +12,8 @@ $ PYTHONPATH=. pytest tests/ $ ./generate.py --data tests/static/additional-properties-report.json ... ``` + +## Features: + +- generate self-containing HTML report with anchor web-links +- generate patches for each mutant