mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Add tests for recent bug-fixes
This commit is contained in:
parent
cfe0ee8462
commit
b99b2c7f64
@ -49,6 +49,9 @@ class GoogleTestCase(ChannelPluginTestCase):
|
||||
|
||||
def testSearch(self):
|
||||
self.assertNotError('google foo')
|
||||
self.assertRegexp('google dupa', r'dupa')
|
||||
# Unicode check
|
||||
self.assertNotError('google ae')
|
||||
|
||||
def testFight(self):
|
||||
self.assertRegexp('fight supybot moobot', r'.*supybot.*: \d+')
|
||||
|
Loading…
Reference in New Issue
Block a user