diff --git a/tests/integration/test_commands.py b/tests/integration/test_commands.py index 108367b..b9df1a2 100644 --- a/tests/integration/test_commands.py +++ b/tests/integration/test_commands.py @@ -4,11 +4,7 @@ import pytest from unittest.mock import AsyncMock, MagicMock - -# Импортируем команды from core.commands.clear import ClearCommand -from core.commands.kb import KbCommand -# ... и другие @pytest.mark.asyncio async def test_clear_command():