Commit Briefs

493b34178a Sergey Bronnikov

initial support of generating patches with mutants (patches, origin/patches)


c3bf1e83ca Sergey Bronnikov

Update plain text template


2d0ec51c38 Sergey Bronnikov

Update HTML template


f20ac5dfb7 Sergey Bronnikov

Add function to calculate number per mutation status


568de39969 Sergey Bronnikov

Update default HTML template


00c9d937a3 Sergey Bronnikov

Add report produced by Mull

Mull JSON reports doesn't include schema version, see [1], so it was added manually. Otherwise geenration script cannot process it. 1. https://github.com/mull-project/mull/issues/784


bbc0b08b68 Sergey Bronnikov

Initial commit


Branches

Tags

This repository contains no tags

Tree

.gitignorecommits | blame
README.mdcommits | blame
__init__.pycommits | blame
generate.py*commits | blame
requirements.txtcommits | blame
tests/

README.md

# 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)
written on Python.

Supported schema versions: 1.0

```
$ pip install -r requirements.txt
$ PYTHONPATH=. pytest tests/
$ ./generate.py --data tests/static/additional-properties-report.json
...
```