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
218218fixtures depends on which scope they are and whether other tests will
219219still use the same fixture). If the timeouts really are too short to
220220include 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
222222exists which can be set in the pytest ini configuration file, as
223- documented in `pytest --help `.
223+ documented in `` pytest --help ` `.
224224
225225
226226Debugger Detection
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def test_foo():
8787 """
8888 )
8989 result = testdir .runpytest (
90- "--timeout=1" , "--cov=test_cov.py " , "--timeout-method=thread"
90+ "--timeout=1" , "--cov=test_cov" , "--timeout-method=thread"
9191 )
9292 result .stderr .fnmatch_lines (
9393 [
You can’t perform that action at this time.
0 commit comments