mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Networked things appropriately.
This commit is contained in:
parent
5dbcf950a8
commit
fa124b14b7
@ -37,6 +37,7 @@ class GeekQuoteTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
ChannelPluginTestCase.setUp(self)
|
||||
conf.supybot.plugins.Geekquote.geekSnarfer.setValue(False)
|
||||
|
||||
if network:
|
||||
def testGeekquote(self):
|
||||
self.assertNotError('geekquote')
|
||||
self.assertNotError('geekquote 4848')
|
||||
@ -49,8 +50,6 @@ class GeekQuoteTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
self.assertNotError('qdb 13600')
|
||||
self.assertError('qdb qwerty')
|
||||
|
||||
if network:
|
||||
|
||||
def testSnarfer(self):
|
||||
try:
|
||||
orig = conf.supybot.plugins.Geekquote.geekSnarfer()
|
||||
|
Loading…
Reference in New Issue
Block a user