(test_env)
| 619 | |
| 620 | @test |
| 621 | def start_client(test_env): |
| 622 | client = test_env.client(["gfx_fullscreen 1"]) |
| 623 | wait_for_startup([client]) |
| 624 | client.exit() |
| 625 | client.wait_for_exit() |
| 626 | |
| 627 | |
| 628 | # TODO: make this less verbose |
nothing calls this directly
no test coverage detected