()
| 25 | |
| 26 | @pytest.fixture(scope="module") |
| 27 | def bot_command(): |
| 28 | return BotCommand(command="start", description="A command") |
| 29 | |
| 30 | |
| 31 | class TestBotCommandWithoutRequest: |
nothing calls this directly
no test coverage detected
searching dependent graphs…