1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-05 23:37:51 +02: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:
Brett Phipps 2003-11-24 21:55:38 +00:00
parent aa19f78b40
commit 79e28d4ba2

@ -82,6 +82,7 @@ class HttpTest(PluginTestCase, PluginDocumentation):
self.assertNotError('weather London, UK')
self.assertNotError('weather Munich, de')
self.assertNotError('weather Tucson, AZ')
self.assertError('weather hell')
def testKernel(self):
self.assertNotError('kernel')