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 3a9a3dc commit 0c56584Copy full SHA for 0c56584
pyproject.toml
@@ -116,7 +116,7 @@ disable_error_code = ["attr-defined"]
116
# Default additional options
117
# Show a short test summary info for all except passed tests with -ra flag
118
# print execution time for 20 slowest tests and generate coverage reports
119
-# addopts = "-ra --cov-report=term-missing --cov-report=html --cov-report=xml:coverage.xml --cov-config=pyproject.toml --durations=20 --strict-markers"
+addopts = "-ra --cov-report=term-missing --cov-report=html --cov-report=xml:coverage.xml --cov-config=pyproject.toml --durations=20 --strict-markers"
120
pythonpath = ["tests/"]
121
markers = ["manual: Only run when --run-manual is given"]
122
0 commit comments