mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Removed useless PluginDocumentation.
This commit is contained in:
parent
532db9c456
commit
73a9ffc8ee
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
from testsupport import *
|
from testsupport import *
|
||||||
|
|
||||||
class UtilitiesTestCase(PluginTestCase, PluginDocumentation):
|
class UtilitiesTestCase(PluginTestCase):
|
||||||
plugins = ('Utilities', 'Status')
|
plugins = ('Utilities', 'Status')
|
||||||
def testIgnore(self):
|
def testIgnore(self):
|
||||||
self.assertNoResponse('ignore foo bar baz', 1)
|
self.assertNoResponse('ignore foo bar baz', 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user