()
| 20 | |
| 21 | |
| 22 | async def async_target(): |
| 23 | template.basic_output() |
| 24 | await template.coro_background_output() |
| 25 | |
| 26 | await to_coroutine(template.basic_input()) |
| 27 | await actions(buttons=['Continue']) |
| 28 | await template.coro_background_input() |
| 29 | |
| 30 | |
| 31 | def test(server_proc: subprocess.Popen, browser: Chrome): |
nothing calls this directly
no test coverage detected
searching dependent graphs…