Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jul 28, 2024
1 parent 970c8d2 commit 903afaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ def reverse(arr):
assert_equal(forward_reversed, backward)


from hypothesis import settings


@settings(report_multiple_bugs=False)
@given(data=st.data(), array=chunked_arrays())
def test_topk_max_min(data, array):
"top 1 == max; top -1 == min"
Expand Down

0 comments on commit 903afaa

Please sign in to comment.