merels test: Rename test & improve style.

This commit is contained in:
neiljp (Neil Pilgrim) 2018-06-09 17:33:20 -07:00 committed by showell
parent d73fa0f50f
commit 4900099763

View file

@ -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):