Skip to content

Commit 8552d05

Browse files
committed
Chore: Adjust pytest options to also display skipped tests
1 parent d47620c commit 8552d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
norecursedirs = .git env
77

88
# Output in color, run doctests
9-
addopts = --color=yes
9+
addopts = -rfEXs --color=yes
1010

1111
testpaths = test
1212
# Run tests from files matching this glob

0 commit comments

Comments
 (0)