(test_env)
| 656 | |
| 657 | @test |
| 658 | def open_editor(test_env): |
| 659 | client = test_env.client(["maps/coverage.map"]) |
| 660 | client.wait_for_log_exact("editor/load: Loaded map 'maps/coverage.map'", timeout=10) |
| 661 | client.command("cl_editor 0") |
| 662 | client.exit() |
| 663 | client.wait_for_exit() |
| 664 | |
| 665 | |
| 666 | @test |
nothing calls this directly
no test coverage detected