diff --git a/test/test_TwistedCommands.py b/test/test_TwistedCommands.py index 4c03f640b..28d46920c 100644 --- a/test/test_TwistedCommands.py +++ b/test/test_TwistedCommands.py @@ -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')