Added PluginDocumentation tests.

This commit is contained in:
Jeremy Fincher 2003-09-06 18:20:01 +00:00
parent 0c9efdf1ae
commit 5ea31bb3df
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ from test import *
try:
import twistedDrivers
class TwistedCommandsTestCase(PluginTestCase):
class TwistedCommandsTestCase(PluginTestCase, PluginDocumentation):
plugins = ('TwistedCommands',)
def testDict(self):
self.assertNotError('dict strike')