An open API service indexing awesome lists of open source software.

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

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