https://github.com/ligurio/py-mutation-testing-elements
Generator of HTML reports with mutation testing results
https://github.com/ligurio/py-mutation-testing-elements
mutation-testing python quality-assurance reporting software-testing
Last synced: 3 months ago
JSON representation
Generator of HTML reports with mutation testing results
- Host: GitHub
- URL: https://github.com/ligurio/py-mutation-testing-elements
- Owner: ligurio
- Created: 2020-12-05T11:14:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T22:07:46.000Z (about 4 years ago)
- Last Synced: 2023-08-13T10:22:17.638Z (almost 2 years ago)
- Topics: mutation-testing, python, quality-assurance, reporting, software-testing
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-mutation-testing-elements
is a generator of single page reports with mutation testing results using
[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, 1.1]
```
$ pip install -r requirements.txt
$ PYTHONPATH=. pytest tests/
$ ./generate.py --data tests/static/additional-properties-report.json
...
```## Features:
- generate self-containing HTML report with anchor web-links
- generate JUnit report
- generate patches for each mutant