We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffe8ce commit fd0d787Copy full SHA for fd0d787
pytest.ini
@@ -4,7 +4,7 @@
4
5
[pytest]
6
testpaths = tests
7
-#addopts = --cov=mrmat_python_api_flask --cov-report=term --cov-report=xml:build/coverage.xml --junit-xml=build/junit.xml
+addopts = --cov=mrmat_python_api_flask --cov-report=term --cov-report=xml:build/coverage.xml --junit-xml=build/junit.xml
8
junit_family = xunit2
9
log_cli = 1
10
log_cli_level = INFO
0 commit comments