Skip to content

Commit 2b1c252

Browse files
committed
pytest.ini: Add -rf flag
We use this in CI, and it is generally useful, so lets not require manually adding it.
1 parent 123fc7c commit 2b1c252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ log_format = %(asctime)s.%(msecs)03d %(levelname)s [%(module)s:%(lineno)s]: %(me
33
log_level = DEBUG
44
log_date_format = %Y-%m-%d %H:%M:%S
55
xfail_strict=true
6+
addopts = -rf

0 commit comments

Comments
 (0)