hebdobot/tests/utils.py

13 lines
222 B
Python
Raw Normal View History

2024-01-11 08:17:25 +01:00
import pytest
from bot.hebdobot import Hebdobot
from tests import settings
CHANNEL = "#test_channel"
OWNER = "me"
SENDER = "foobar"
@pytest.fixture
def bot():
return Hebdobot(settings, CHANNEL, nickname="Hebdobot")