mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
PluginDownloader: Obey --no-network in tests.
This commit is contained in:
parent
7253dee3ae
commit
c25ccc4337
@ -92,5 +92,8 @@ class PluginDownloaderTestCase(PluginTestCase):
|
|||||||
self.assertNotError('plugindownloader install SpiderDave Pastebin')
|
self.assertNotError('plugindownloader install SpiderDave Pastebin')
|
||||||
self._testPluginInstalled('Pastebin')
|
self._testPluginInstalled('Pastebin')
|
||||||
|
|
||||||
|
if not network:
|
||||||
|
class PluginDownloaderTestCase(PluginTestCase):
|
||||||
|
pass
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
Reference in New Issue
Block a user