Skip to content

Commit 92996a1

Browse files
committed
Add timing to detect slow tests on pytest
1 parent 563f6a6 commit 92996a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
[tool:pytest]
88
xfail_strict = True
99
# -r fsxX: show extra summary info for: (f)ailed, (s)kip, (x)failed, (X)passed
10-
addopts = -r fsxX --color=yes
10+
addopts = -r fsxX --color=yes --durations=5

0 commit comments

Comments
 (0)