()
| 16 | |
| 17 | @pytest.fixture |
| 18 | def tester() -> ApplicationTester: |
| 19 | return ApplicationTester(Application()) |
| 20 | |
| 21 | |
| 22 | def test_application_removed_command_default_message( |
nothing calls this directly
no test coverage detected
searching dependent graphs…