diff --git a/pyproject.toml b/pyproject.toml index eae5943ea..7109389d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] -addopts = "--cov=git --cov-report=term --disable-warnings" +addopts = "--cov=git --cov-report=term --disable-warnings -ra" filterwarnings = "ignore::DeprecationWarning" python_files = "test_*.py" tmp_path_retention_policy = "failed" @@ -14,8 +14,8 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc # --cov-report html:path # html file at path # --maxfail # number of errors before giving up # -disable-warnings # Disable pytest warnings (not codebase warnings) -# -rf # increased reporting of failures -# -rE # increased reporting of errors +# -rfE # default test summary: list fail and error +# -ra # test summary: list all non-passing (fail, error, skip, xfail, xpass) # --ignore-glob=**/gitdb/* # ignore glob paths # filterwarnings ignore::WarningType # ignores those warnings pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy