Lines Matching defs:test_async
62 def test_async(mock_method):
64 test_async()
68 def test_async(mock_method):
79 test_async()
84 def test_async(mock_method):
87 test_async()
91 def test_async(mock_method):
94 test_async()
98 def test_async(mock_method):
101 test_async()
106 async def test_async(func_args_mock, func_mock):
116 run(test_async())
122 def test_async():
126 test_async()
129 def test_async():
135 test_async()
138 def test_async():
142 test_async()
145 async def test_async():
150 run(test_async())
155 async def test_async():
158 self.assertTrue(iscoroutinefunction(test_async))
159 run(test_async())
163 async def test_async():
167 run(test_async())
206 def test_async(mock_method):
214 test_async()
254 async def test_async():
284 run(test_async())
355 def test_async(mock_method):
358 test_async()
362 def test_async(mock_method):
366 test_async()
395 def test_async(async_method):
397 test_async()