Skip to content

Commit

Permalink
try debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed May 26, 2024
1 parent a9f50c6 commit 25dbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/nocover/test_targeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_reports_target_results(testdir, multiple):
result = testdir.runpytest(script, "--tb=native", "-rN")
out = "\n".join(result.stdout.lines)
assert "Falsifying example" in out
assert "x=101" in out
assert "x=101" in out, out
assert out.count("Highest target score") == 1
assert result.ret != 0

Expand Down

0 comments on commit 25dbf2d

Please sign in to comment.