Update test.py

This commit is contained in:
Gordon Shumway 2019-03-01 01:51:50 -05:00 committed by GitHub
parent 1dca901279
commit ccc6faa5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,12 +30,12 @@
from supybot.test import *
class TriviaTestCase(ChannelPluginTestCase):
plugins = ('Trivia',)
class JeopardyTestCase(ChannelPluginTestCase):
plugins = ('Jeopardy',)
def testStartStop(self):
self.assertRegexp('start', '...#1 of 10:.*')
self.assertResponse('stop', 'Trivia stopping.')
self.assertResponse('stop', 'Jeopardy! stopping.')
self.assertError('stop')