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