We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsf1a7e02 +f18df8e commitf8cad58Copy full SHA for f8cad58
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools"]
3
build-backend ="setuptools.build_meta"
4
5
[tool.pytest.ini_options]
6
-addopts ="--cov=git --cov-report=term --disable-warnings -ra"
+addopts ="--cov=git --cov-report=term -ra"
7
filterwarnings ="ignore::DeprecationWarning"
8
python_files ="test_*.py"
9
tmp_path_retention_policy ="failed"
@@ -13,7 +13,6 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc
13
# --cov-report term-missing # to terminal with line numbers
14
# --cov-report html:path # html file at path
15
# --maxfail # number of errors before giving up
16
-# -disable-warnings # Disable pytest warnings (not codebase warnings)
17
# -rfE # default test summary: list fail and error
18
# -ra # test summary: list all non-passing (fail, error, skip, xfail, xpass)
19
# --ignore-glob=**/gitdb/* # ignore glob paths