mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
PluginDocumentation Removal
This commit is contained in:
parent
5019d10a1b
commit
683c2c1018
@ -32,7 +32,7 @@ from supybot.test import *
|
|||||||
import supybot.conf as conf
|
import supybot.conf as conf
|
||||||
import supybot.plugins.Owner as Owner
|
import supybot.plugins.Owner as Owner
|
||||||
|
|
||||||
class OwnerTestCase(PluginTestCase, PluginDocumentation):
|
class OwnerTestCase(PluginTestCase):
|
||||||
plugins = ('Utilities', 'Relay', 'Network', 'Admin', 'Channel')
|
plugins = ('Utilities', 'Relay', 'Network', 'Admin', 'Channel')
|
||||||
def testHelpLog(self):
|
def testHelpLog(self):
|
||||||
self.assertHelp('help log')
|
self.assertHelp('help log')
|
||||||
|
@ -32,7 +32,7 @@ from supybot.test import *
|
|||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
import supybot.ircdb as ircdb
|
import supybot.ircdb as ircdb
|
||||||
|
|
||||||
class UserTestCase(PluginTestCase, PluginDocumentation):
|
class UserTestCase(PluginTestCase):
|
||||||
plugins = ('User',)
|
plugins = ('User',)
|
||||||
prefix1 = 'somethingElse!user@host.tld'
|
prefix1 = 'somethingElse!user@host.tld'
|
||||||
prefix2 = 'EvensomethingElse!user@host.tld'
|
prefix2 = 'EvensomethingElse!user@host.tld'
|
||||||
|
Loading…
Reference in New Issue
Block a user