Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit dcdd086

Browse files
committed
Add some convenience pytest-watch variables
1 parent f710de5 commit dcdd086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pytest.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[pytest]
2-
addopts= --showlocals
2+
addopts= --showlocals --durations 10
33
python_paths= .
44
xfail_strict=true
55
log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s
66
log_date_format = %m-%d %H:%M:%S
7+
8+
[pytest-watch]
9+
runner= pytest --failed-first --maxfail=1

0 commit comments

Comments
 (0)