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 53a3259 commit d531b85Copy full SHA for d531b85
hypothesis-python/tests/cover/test_stateful.py
@@ -46,6 +46,7 @@
46
from tests.common.utils import (
47
Why,
48
capture_out,
49
+ skipif_threading,
50
validate_deprecation,
51
xfail_on_crosshair,
52
)
@@ -407,6 +408,7 @@ def increment(self):
407
408
FailsEventually.TestCase.settings = Settings(stateful_step_count=5)
409
410
411
+@skipif_threading
412
def test_can_explicitly_pass_settings():
413
run_state_machine_as_test(FailsEventually)
414
try:
@@ -432,6 +434,7 @@ def test_runner_that_checks_factory_produced_a_machine():
432
434
run_state_machine_as_test(object)
433
435
436
437
438
def test_settings_attribute_is_validated():
439
real_settings = FailsEventually.TestCase.settings
440
0 commit comments