mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +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):
|
def testDns(self):
|
||||||
self.assertNotError('dns slashdot.org')
|
self.assertNotError('dns slashdot.org')
|
||||||
|
|
||||||
def testKernel(self):
|
|
||||||
self.assertNotError('kernel')
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
@ -80,5 +80,8 @@ class HttpTest(PluginTestCase):
|
|||||||
self.assertNotRegexp('weather Paris, FR', 'Virginia')
|
self.assertNotRegexp('weather Paris, FR', 'Virginia')
|
||||||
self.assertError('weather alsdkfjasdl, asdlfkjsadlfkj')
|
self.assertError('weather alsdkfjasdl, asdlfkjsadlfkj')
|
||||||
|
|
||||||
|
def testKernel(self):
|
||||||
|
self.assertNotError('kernel')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user