mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
Include String plugin for Utilities' tests.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
0bfa0d153c
commit
3090cffe2c
@ -30,7 +30,7 @@
|
|||||||
from supybot.test import *
|
from supybot.test import *
|
||||||
|
|
||||||
class UtilitiesTestCase(PluginTestCase):
|
class UtilitiesTestCase(PluginTestCase):
|
||||||
plugins = ('Utilities',)
|
plugins = ('Utilities', 'String')
|
||||||
def testIgnore(self):
|
def testIgnore(self):
|
||||||
self.assertNoResponse('utilities ignore foo bar baz', 1)
|
self.assertNoResponse('utilities ignore foo bar baz', 1)
|
||||||
self.assertError('utilities ignore [re m/foo bar]')
|
self.assertError('utilities ignore [re m/foo bar]')
|
||||||
|
Loading…
Reference in New Issue
Block a user