mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Forgot to move test over to Http with the kernel command.
This commit is contained in:
parent
d0d95cd017
commit
cdd180a37c
@ -95,8 +95,6 @@ class FunCommandsTest(PluginTestCase):
|
||||
def testDns(self):
|
||||
self.assertNotError('dns slashdot.org')
|
||||
|
||||
def testKernel(self):
|
||||
self.assertNotError('kernel')
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
@ -80,5 +80,8 @@ class HttpTest(PluginTestCase):
|
||||
self.assertNotRegexp('weather Paris, FR', 'Virginia')
|
||||
self.assertError('weather alsdkfjasdl, asdlfkjsadlfkj')
|
||||
|
||||
def testKernel(self):
|
||||
self.assertNotError('kernel')
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user