Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jun 16, 2020
1 parent b1ef785 commit 1ff88f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_pytest_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ def test_foo(self, fix):
pass
"""
)
result = testdir.runpytest("--timeout=0.01", "-s", "--timeout-method={}".format(meth))
result = testdir.runpytest(
"--timeout=0.01", "-s", "--timeout-method={}".format(meth)
)
assert result.ret > 0
assert "Timeout" in result.stdout.str() + result.stderr.str()

Expand Down

0 comments on commit 1ff88f2

Please # to comment.