zulip_botserver: Get rid of some global variables.
This commit is contained in:
parent
7b6da265ea
commit
f90913d54c
3 changed files with 35 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue