Skip to content

Commit 25dbf2d

Browse files
committed
try debug
1 parent a9f50c6 commit 25dbf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/tests/nocover/test_targeting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_reports_target_results(testdir, multiple):
3232
result = testdir.runpytest(script, "--tb=native", "-rN")
3333
out = "\n".join(result.stdout.lines)
3434
assert "Falsifying example" in out
35-
assert "x=101" in out
35+
assert "x=101" in out, out
3636
assert out.count("Highest target score") == 1
3737
assert result.ret != 0
3838

0 commit comments

Comments
 (0)