Thanks to visit codestin.com Credit goes to github.com
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 c16c438 commit 1159b7eCopy full SHA for 1159b7e
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.pytest.ini_options]
2
python_files = 'test_*.py'
3
testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing
4
-addopts = '--cov=git --cov-report=term --maxfail=10 --disable-warnings'
+addopts = '--cov=git --cov-report=term --maxfail=10 --force-sugar --disable-warnings'
5
filterwarnings = 'ignore::DeprecationWarning'
6
# --cov coverage
7
# --cov-report term # send report to terminal term-missing -> terminal with line numbers html xml
0 commit comments