mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Added tests for the weather errors-that-shouldn't-be-errors.
This commit is contained in:
parent
e21d7109cb
commit
288c281343
@ -77,6 +77,10 @@ class HttpTest(PluginTestCase, PluginDocumentation):
|
||||
self.assertNotError('weather 43221')
|
||||
self.assertNotRegexp('weather Paris, FR', 'Virginia')
|
||||
self.assertError('weather alsdkfjasdl, asdlfkjsadlfkj')
|
||||
self.assertNotError('weather London, uk')
|
||||
self.assertNotError('weather London, UK')
|
||||
self.assertNotError('weather Munich, de')
|
||||
self.assertNotError('weather Tucson, AZ')
|
||||
|
||||
def testKernel(self):
|
||||
self.assertNotError('kernel')
|
||||
|
Loading…
Reference in New Issue
Block a user