PluginDocumentation Removal

This commit is contained in:
Jeremy Fincher 2005-01-19 18:05:53 +00:00
parent 5019d10a1b
commit 683c2c1018
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ from supybot.test import *
import supybot.conf as conf
import supybot.plugins.Owner as Owner
class OwnerTestCase(PluginTestCase, PluginDocumentation):
class OwnerTestCase(PluginTestCase):
plugins = ('Utilities', 'Relay', 'Network', 'Admin', 'Channel')
def testHelpLog(self):
self.assertHelp('help log')

View File

@ -32,7 +32,7 @@ from supybot.test import *
import supybot.world as world
import supybot.ircdb as ircdb
class UserTestCase(PluginTestCase, PluginDocumentation):
class UserTestCase(PluginTestCase):
plugins = ('User',)
prefix1 = 'somethingElse!user@host.tld'
prefix2 = 'EvensomethingElse!user@host.tld'