mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Google: Remove @translate from tests.
This commit is contained in:
parent
e1a56e5179
commit
5edd174e38
@ -58,11 +58,6 @@ class GoogleTestCase(ChannelPluginTestCase):
|
|||||||
self.assertRegexp('fight supybot moobot', r'.*supybot.*: \d+')
|
self.assertRegexp('fight supybot moobot', r'.*supybot.*: \d+')
|
||||||
self.assertNotError('fight ... !')
|
self.assertNotError('fight ... !')
|
||||||
|
|
||||||
def testTranslate(self):
|
|
||||||
self.assertRegexp('translate en es hello world', 'mundo')
|
|
||||||
self.assertRegexp('translate auto en ciao', 'Italian.*hello')
|
|
||||||
self.assertError('translate en to auto stuff')
|
|
||||||
|
|
||||||
def testCalcDoesNotHaveExtraSpaces(self):
|
def testCalcDoesNotHaveExtraSpaces(self):
|
||||||
self.assertNotRegexp('google calc 1000^2', r'\s+,\s+')
|
self.assertNotRegexp('google calc 1000^2', r'\s+,\s+')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user