From f966474f862a68b7fc98974b810661d0bd117af3 Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 21:07:10 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20test=5Fcommands.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/integration/test_commands.py | 4 ---- 1 file changed, 4 deletions(-) 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():