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

Commit0ae5dd1

Browse files
committed
Revert "Treat XPASS status as a test failure"
For its immediate goal, this facilitated identifying the XPASSstatus of TestSubmodule.test_rename and verifying that the revisedxfail condition eliminated it.In the test output, XPASS is written as a failure, with strictxfail behavior noted. Contributors less familiar with marking testsxfail may mistake this to mean some behavior of the code under testwas broken. So if strict_xfail is to be enabled, it might be bestto do that in a pull request devoted to it, and maybe even to addto the docs, about how to recognize and handle newly xpassingtests.This reverts commit0f8cd4c.
1 parent82c361e commit0ae5dd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ filterwarnings = "ignore::DeprecationWarning"
88
python_files ="test_*.py"
99
tmp_path_retention_policy ="failed"
1010
testpaths ="test"# Space separated list of paths from root e.g test tests doc/testing.
11-
xfail_strict =true# Treat the XPASS status as a test failure (unless strict=False is passed).
1211
# --cov coverage
1312
# --cov-report term # send report to terminal term-missing -> terminal with line numbers html xml
1413
# --cov-report term-missing # to terminal with line numbers

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp