2016-12-22 14:29:57 +01:00
|
|
|
[nosetests]
|
|
|
|
|
cover-xml=true
|
2023-05-09 19:34:44 +02:00
|
|
|
cover-xml-file=test-results/coverage.xml
|
2016-12-22 14:29:57 +01:00
|
|
|
with-coverage=true
|
2017-02-27 14:53:48 +01:00
|
|
|
cover-package=src
|
2016-12-22 14:29:57 +01:00
|
|
|
cover-erase=true
|
|
|
|
|
with-xunit=true
|
2023-05-09 19:34:44 +02:00
|
|
|
xunit-file=test-results/xunit.xml
|
2016-12-22 14:29:57 +01:00
|
|
|
cover-html=true
|
2023-05-09 19:34:44 +02:00
|
|
|
cover-html-dir=test-results/coverage
|