Skip to content

Commit

Permalink
De-flake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 24, 2023
1 parent c56d069 commit 6191745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypothesis-python/tests/cover/test_testdecorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def test_is_an_endpoint(x):
def test_breaks_bounds():
@fails
@given(x=integers())
@settings(derandomize=True, max_examples=10_000)
def test_is_bounded(t, x):
assert x < t

Expand Down

0 comments on commit 6191745

Please sign in to comment.