(disable_commands_app)
| 3963 | |
| 3964 | |
| 3965 | def test_disable_fake_command(disable_commands_app) -> None: |
| 3966 | with pytest.raises(AttributeError): |
| 3967 | disable_commands_app.disable_command("fake", "fake message") |
| 3968 | |
| 3969 | |
| 3970 | def test_disable_command_twice(disable_commands_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…