fix: test deadline
This commit is contained in:
parent
f20a5bdbb3
commit
fbdbdb6119
@ -681,6 +681,7 @@ def test_refreshdb(refreshdb_fixture, title_in, exp_res):
|
|||||||
high=st.integers(min_value=-10, max_value=10),
|
high=st.integers(min_value=-10, max_value=10),
|
||||||
is_range=st.booleans(),
|
is_range=st.booleans(),
|
||||||
)
|
)
|
||||||
|
@settings(deadline=None)
|
||||||
def test_print_rec_hypothesis(caplog, setup, index, low, high, is_range):
|
def test_print_rec_hypothesis(caplog, setup, index, low, high, is_range):
|
||||||
"""test when index, low or high is less than 0."""
|
"""test when index, low or high is less than 0."""
|
||||||
# setup
|
# setup
|
||||||
|
Loading…
Reference in New Issue
Block a user