Редактировать test_commands.py
This commit is contained in:
@@ -4,11 +4,7 @@
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from unittest.mock import AsyncMock, MagicMock
|
from unittest.mock import AsyncMock, MagicMock
|
||||||
|
|
||||||
# Импортируем команды
|
|
||||||
from core.commands.clear import ClearCommand
|
from core.commands.clear import ClearCommand
|
||||||
from core.commands.kb import KbCommand
|
|
||||||
# ... и другие
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_clear_command():
|
async def test_clear_command():
|
||||||
|
|||||||
Reference in New Issue
Block a user