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)
|
ChannelPluginTestCase.setUp(self)
|
||||||
conf.supybot.plugins.Geekquote.geekSnarfer.setValue(False)
|
conf.supybot.plugins.Geekquote.geekSnarfer.setValue(False)
|
||||||
|
|
||||||
|
if network:
|
||||||
def testGeekquote(self):
|
def testGeekquote(self):
|
||||||
self.assertNotError('geekquote')
|
self.assertNotError('geekquote')
|
||||||
self.assertNotError('geekquote 4848')
|
self.assertNotError('geekquote 4848')
|
||||||
@ -49,8 +50,6 @@ class GeekQuoteTestCase(ChannelPluginTestCase, PluginDocumentation):
|
|||||||
self.assertNotError('qdb 13600')
|
self.assertNotError('qdb 13600')
|
||||||
self.assertError('qdb qwerty')
|
self.assertError('qdb qwerty')
|
||||||
|
|
||||||
if network:
|
|
||||||
|
|
||||||
def testSnarfer(self):
|
def testSnarfer(self):
|
||||||
try:
|
try:
|
||||||
orig = conf.supybot.plugins.Geekquote.geekSnarfer()
|
orig = conf.supybot.plugins.Geekquote.geekSnarfer()
|
||||||
|
Loading…
Reference in New Issue
Block a user