PluginDownloader: Obey --no-network in tests.

This commit is contained in:
Valentin Lorentz 2013-04-27 10:19:43 +02:00
parent 7253dee3ae
commit c25ccc4337

View File

@ -92,5 +92,8 @@ class PluginDownloaderTestCase(PluginTestCase):
self.assertNotError('plugindownloader install SpiderDave Pastebin')
self._testPluginInstalled('Pastebin')
if not network:
class PluginDownloaderTestCase(PluginTestCase):
pass
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: