forked from pool/python-textdistance
11 lines
315 B
Diff
11 lines
315 B
Diff
|
|
--- a/tests/test_compression/test_common.py
|
||
|
|
+++ b/tests/test_compression/test_common.py
|
||
|
|
@@ -32,6 +32,7 @@ def test_monotonicity(alg):
|
||
|
|
assert same <= similar <= diffirent
|
||
|
|
|
||
|
|
|
||
|
|
+@hypothesis.settings(deadline=None)
|
||
|
|
@pytest.mark.parametrize('alg', ALGS)
|
||
|
|
@hypothesis.given(
|
||
|
|
left=hypothesis.strategies.text(),
|