From 5ea31bb3dffb25e7914d17bae723ba0255ae13c3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 6 Sep 2003 18:20:01 +0000 Subject: [PATCH] Added PluginDocumentation tests. --- test/test_TwistedCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')