(bot)
| 24 | |
| 25 | @pytest.fixture(scope="module") |
| 26 | def bot_description(bot): |
| 27 | return BotDescription(BotDescriptionTestBase.description) |
| 28 | |
| 29 | |
| 30 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected
searching dependent graphs…