import fix

This commit is contained in:
2026-02-01 22:49:25 +03:00
parent bba5550e15
commit 731e68a597
100 changed files with 490 additions and 605 deletions

View File

@@ -1,21 +1,14 @@
import pytest
from helper_bot.handlers.voice.constants import (
BUTTON_COMMAND_MAPPING,
COMMAND_MAPPING,
CALLBACK_COMMAND_MAPPING,
VOICE_BOT_NAME,
STATE_START,
STATE_STANDUP_WRITE,
BTN_SPEAK,
BTN_LISTEN,
CMD_START,
CMD_HELP,
CMD_RESTART,
CMD_EMOJI,
CMD_REFRESH,
CALLBACK_SAVE,
CALLBACK_DELETE
)
from helper_bot.handlers.voice.constants import (BTN_LISTEN, BTN_SPEAK,
BUTTON_COMMAND_MAPPING,
CALLBACK_COMMAND_MAPPING,
CALLBACK_DELETE,
CALLBACK_SAVE, CMD_EMOJI,
CMD_HELP, CMD_REFRESH,
CMD_RESTART, CMD_START,
COMMAND_MAPPING,
STATE_STANDUP_WRITE,
STATE_START, VOICE_BOT_NAME)
class TestVoiceConstants: