Beispiel #1
0
def stub_sleep_fixture():
    stub_sleep()
    yield
Beispiel #2
0
 def setUp(self):
     AioHTTPTestCase.setUp(self)
     stub_sleep()