File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,9 @@ may need to be setup or torn down for the test (the exact affected
218
218
fixtures depends on which scope they are and whether other tests will
219
219
still use the same fixture). If the timeouts really are too short to
220
220
include fixture durations, firstly make the timeouts larger ;). If
221
- this really isn't an option a `timeout_func_only ` boolean setting
221
+ this really isn't an option a `` timeout_func_only ` ` boolean setting
222
222
exists which can be set in the pytest ini configuration file, as
223
- documented in `pytest --help `.
223
+ documented in `` pytest --help ` `.
224
224
225
225
226
226
Debugger Detection
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def test_foo():
87
87
"""
88
88
)
89
89
result = testdir .runpytest (
90
- "--timeout=1" , "--cov=test_cov.py " , "--timeout-method=thread"
90
+ "--timeout=1" , "--cov=test_cov" , "--timeout-method=thread"
91
91
)
92
92
result .stderr .fnmatch_lines (
93
93
[
You can’t perform that action at this time.
0 commit comments