Add tests for recent bug-fixes

This commit is contained in:
James Vega 2008-10-17 21:27:58 +00:00
parent cfe0ee8462
commit b99b2c7f64

View File

@ -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+')