hebdobot/tests/utils.py

13 lines
222 B
Python

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")