Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c6a4f4

Browse files
authored
Merge pull request#1740 from EliahKagan/summary
List all non-passing tests in test summaries
2 parentsff84a74 +359116b commit5c6a4f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend ="setuptools.build_meta"
44

55
[tool.pytest.ini_options]
6-
addopts ="--cov=git --cov-report=term --disable-warnings"
6+
addopts ="--cov=git --cov-report=term --disable-warnings -ra"
77
filterwarnings ="ignore::DeprecationWarning"
88
python_files ="test_*.py"
99
tmp_path_retention_policy ="failed"
@@ -14,8 +14,8 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc
1414
# --cov-report html:path # html file at path
1515
# --maxfail # number of errors before giving up
1616
# -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)
1919
# --ignore-glob=**/gitdb/* # ignore glob paths
2020
# filterwarnings ignore::WarningType # ignores those warnings
2121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp