mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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):
|
def testSearch(self):
|
||||||
self.assertNotError('google foo')
|
self.assertNotError('google foo')
|
||||||
|
self.assertRegexp('google dupa', r'dupa')
|
||||||
|
# Unicode check
|
||||||
|
self.assertNotError('google ae')
|
||||||
|
|
||||||
def testFight(self):
|
def testFight(self):
|
||||||
self.assertRegexp('fight supybot moobot', r'.*supybot.*: \d+')
|
self.assertRegexp('fight supybot moobot', r'.*supybot.*: \d+')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user