示例#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