Skip to content

Generator of HTML reports with mutation testing results

Notifications You must be signed in to change notification settings

ligurio/py-mutation-testing-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-mutation-testing-elements

is a generator of single page reports with mutation testing results using JSON 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