zulip_bots: Consolidate game-playing bots.

This commit is contained in:
fredfishgames 2018-01-19 15:55:18 +00:00 committed by showell
parent 25820c9bb2
commit ec5be8fc7e
6 changed files with 1398 additions and 0 deletions

View file

@ -21,6 +21,8 @@ class StubBotHandler:
def __init__(self):
# type: () -> None
self.storage = SimpleStorage()
self.full_name = 'test-bot'
self.email = 'test-bot@example.com'
self.message_server = SimpleMessageServer()
self.reset_transcript()