mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +01:00
Moved network test.
This commit is contained in:
parent
1e4fad0c48
commit
962843f658
@ -31,9 +31,9 @@
|
|||||||
|
|
||||||
from testsupport import *
|
from testsupport import *
|
||||||
|
|
||||||
if network:
|
|
||||||
class HttpTest(PluginTestCase):
|
class HttpTest(PluginTestCase):
|
||||||
plugins = ('Http',)
|
plugins = ('Http',)
|
||||||
|
if network:
|
||||||
def testExtension(self):
|
def testExtension(self):
|
||||||
self.assertHelp('extension')
|
self.assertHelp('extension')
|
||||||
self.assertRegexp('extension doc', r'Microsoft\'s Word Document')
|
self.assertRegexp('extension doc', r'Microsoft\'s Word Document')
|
||||||
|
Loading…
Reference in New Issue
Block a user