mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Removed defaultPlugin test.
This commit is contained in:
parent
d2c6d66214
commit
463163d977
@ -36,16 +36,6 @@ import Owner
|
|||||||
|
|
||||||
class OwnerTestCase(PluginTestCase, PluginDocumentation):
|
class OwnerTestCase(PluginTestCase, PluginDocumentation):
|
||||||
plugins = ('Utilities', 'Relay', 'Network', 'Admin', 'Channel')
|
plugins = ('Utilities', 'Relay', 'Network', 'Admin', 'Channel')
|
||||||
if network:
|
|
||||||
def testDefaultPlugin(self):
|
|
||||||
self.assertError('whois osu.edu')
|
|
||||||
self.assertNotError('defaultplugin whois network')
|
|
||||||
self.assertNotError('whois osu.edu')
|
|
||||||
self.assertResponse('defaultplugin whois', 'network')
|
|
||||||
self.assertNotError('defaultplugin --remove whois')
|
|
||||||
self.assertError('whois osu.edu')
|
|
||||||
self.assertError('defaultplugin asdlfkjasdflkjsad Owner')
|
|
||||||
|
|
||||||
def testEval(self):
|
def testEval(self):
|
||||||
try:
|
try:
|
||||||
originalConfAllowEval = conf.allowEval
|
originalConfAllowEval = conf.allowEval
|
||||||
|
Loading…
x
Reference in New Issue
Block a user