mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 01:24:05 +01:00
Added PluginDocumentation tests.
This commit is contained in:
parent
0c9efdf1ae
commit
5ea31bb3df
@ -33,7 +33,7 @@ from test import *
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
import twistedDrivers
|
import twistedDrivers
|
||||||
class TwistedCommandsTestCase(PluginTestCase):
|
class TwistedCommandsTestCase(PluginTestCase, PluginDocumentation):
|
||||||
plugins = ('TwistedCommands',)
|
plugins = ('TwistedCommands',)
|
||||||
def testDict(self):
|
def testDict(self):
|
||||||
self.assertNotError('dict strike')
|
self.assertNotError('dict strike')
|
||||||
|
Loading…
Reference in New Issue
Block a user