예제 #1
0
def test_currently_in_hypothesis(_):
    assert currently_in_test_context() is True
예제 #2
0
 def step(self):
     assert currently_in_test_context() is True
예제 #3
0
def test_not_currently_in_hypothesis():
    assert currently_in_test_context() is False