threadbased-session This is threadbased-session test
()
| 193 | |
| 194 | |
| 195 | def threadbased(): |
| 196 | """threadbased-session |
| 197 | |
| 198 | This is threadbased-session test |
| 199 | """ |
| 200 | port = get_free_port() |
| 201 | print('free port', port) |
| 202 | run_as_function(target()) |
| 203 | |
| 204 | |
| 205 | def test(server_proc: subprocess.Popen, browser: Chrome): |
nothing calls this directly
no test coverage detected
searching dependent graphs…