mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added a test to test_Http.py in the weather section that I forgot
to add with my previous commit.
This commit is contained in:
parent
aa19f78b40
commit
79e28d4ba2
@ -82,6 +82,7 @@ class HttpTest(PluginTestCase, PluginDocumentation):
|
|||||||
self.assertNotError('weather London, UK')
|
self.assertNotError('weather London, UK')
|
||||||
self.assertNotError('weather Munich, de')
|
self.assertNotError('weather Munich, de')
|
||||||
self.assertNotError('weather Tucson, AZ')
|
self.assertNotError('weather Tucson, AZ')
|
||||||
|
self.assertError('weather hell')
|
||||||
|
|
||||||
def testKernel(self):
|
def testKernel(self):
|
||||||
self.assertNotError('kernel')
|
self.assertNotError('kernel')
|
||||||
|
Loading…
Reference in New Issue
Block a user