()
| 12 | |
| 13 | |
| 14 | async def target(): |
| 15 | template.basic_output() |
| 16 | await template.coro_background_output() |
| 17 | |
| 18 | await to_coroutine(template.basic_input()) |
| 19 | await actions(buttons=['Continue']) |
| 20 | await template.flask_coro_background_input() |
| 21 | |
| 22 | |
| 23 | def test(server_proc: subprocess.Popen, browser: Chrome): |
nothing calls this directly
no test coverage detected
searching dependent graphs…