File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
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"
6
+ addopts = " --cov=git --cov-report=term --disable-warnings -ra "
7
7
filterwarnings = " ignore::DeprecationWarning"
8
8
python_files = " test_*.py"
9
9
tmp_path_retention_policy = " failed"
@@ -14,8 +14,8 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc
14
14
# --cov-report html:path # html file at path
15
15
# --maxfail # number of errors before giving up
16
16
# -disable-warnings # Disable pytest warnings (not codebase warnings)
17
- # -rf # increased reporting of failures
18
- # -rE # increased reporting of errors
17
+ # -rfE # default test summary: list fail and error
18
+ # -ra # test summary: list all non-passing (fail, error, skip, xfail, xpass)
19
19
# --ignore-glob=**/gitdb/* # ignore glob paths
20
20
# filterwarnings ignore::WarningType # ignores those warnings
21
21
You can’t perform that action at this time.
0 commit comments