File tree 1 file changed +1
-2
lines changed
Filter options
1 file changed +1
-2
lines changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools"]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .pytest .ini_options ]
6
- addopts = " --cov=git --cov-report=term --disable-warnings - ra"
6
+ addopts = " --cov=git --cov-report=term -ra"
7
7
filterwarnings = " ignore::DeprecationWarning"
8
8
python_files = " test_*.py"
9
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
13
# --cov-report term-missing # to terminal with line numbers
14
14
# --cov-report html:path # html file at path
15
15
# --maxfail # number of errors before giving up
16
- # -disable-warnings # Disable pytest warnings (not codebase warnings)
17
16
# -rfE # default test summary: list fail and error
18
17
# -ra # test summary: list all non-passing (fail, error, skip, xfail, xpass)
19
18
# --ignore-glob=**/gitdb/* # ignore glob paths
You can’t perform that action at this time.
0 commit comments