(self)
| 261 | |
| 262 | |
| 263 | def test_execute(self): |
| 264 | iprc(""" |
| 265 | import asyncio |
| 266 | await asyncio.sleep(0.001) |
| 267 | """ |
| 268 | ) |
| 269 | |
| 270 | def test_autoawait(self): |
| 271 | iprc("%autoawait False") |
nothing calls this directly
no outgoing calls
no test coverage detected