Esempio n. 1
0
def test_currently_in_hypothesis(_):
    assert currently_in_test_context() is True
Esempio n. 2
0
 def step(self):
     assert currently_in_test_context() is True
Esempio n. 3
0
def test_not_currently_in_hypothesis():
    assert currently_in_test_context() is False