zulip_botserver: Get rid of some global variables.

This commit is contained in:
Guitar1st 2018-05-15 14:55:58 +00:00 committed by Tim Abbott
parent 7b6da265ea
commit f90913d54c
3 changed files with 35 additions and 23 deletions

View file

@ -4,6 +4,7 @@ import unittest
from .server_test_lib import BotServerTestCase
import six
class BotServerTests(BotServerTestCase):
class MockMessageHandler(object):
def handle_message(self, message: Dict[str, str], bot_handler: Any) -> None: