Skip to content

Commit

Permalink
Set xfail_strict=True in pytest's own test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored and twmr committed Sep 22, 2017
1 parent 9273e11 commit 03799d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/2722.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set ``xfail_strict=True`` in pytest's own test suite to catch expected failures as soon as they start to pass.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance
python_functions = test
norecursedirs = .tox ja .hg cx_freeze_source
xfail_strict=true
filterwarnings =
error
# produced by path.local
Expand Down

0 comments on commit 03799d4

Please sign in to comment.