merels test: Rename test & improve style.
This commit is contained in:
parent
d73fa0f50f
commit
4900099763
|
@ -4,13 +4,9 @@ Most of the testing for the actual game are done in test_database
|
||||||
This is only to really verify the output of the chat
|
This is only to really verify the output of the chat
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from unittest import mock
|
from zulip_bots.test_lib import BotTestCase, DefaultTests
|
||||||
|
|
||||||
import zulip_bots.bots.merels.merels
|
class TestMerelsBot(BotTestCase, DefaultTests):
|
||||||
import zulip_bots.test_lib
|
|
||||||
|
|
||||||
|
|
||||||
class TestFollowUpBot(zulip_bots.test_lib.BotTestCase, DefaultTests):
|
|
||||||
bot_name = "merels"
|
bot_name = "merels"
|
||||||
|
|
||||||
def test_no_command(self):
|
def test_no_command(self):
|
||||||
|
|
Loading…
Reference in a new issue