We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e612a commit 8d27c5dCopy full SHA for 8d27c5d
hypothesis-python/tests/conjecture/test_ir.py
@@ -365,6 +365,10 @@ def test_data_with_empty_ir_tree_is_overrun():
365
assert data.status is Status.OVERRUN
366
367
368
+# root cause of too_slow is filtering too much via assume in kwargs strategies.
369
+# exacerbated in this test because we draw kwargs twice.
370
+# TODO revisit and improve the kwargs strategies at some point, once the ir
371
+# is further along we can maybe remove e.g. a string assumption.
372
@given(st.data())
373
@settings(suppress_health_check=[HealthCheck.too_slow])
374
def test_node_with_different_ir_type_is_invalid(data):
0 commit comments