mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Owner: Remove side-effect of renaming test.
This commit is contained in:
parent
39dad55b6f
commit
0d5f8ab05b
@ -99,6 +99,8 @@ class OwnerTestCase(PluginTestCase):
|
|||||||
self.assertRegexp('help testcommand', 'Tell the bot to join')
|
self.assertRegexp('help testcommand', 'Tell the bot to join')
|
||||||
self.assertRegexp('join', 'not a valid command')
|
self.assertRegexp('join', 'not a valid command')
|
||||||
self.assertHelp('testcommand')
|
self.assertHelp('testcommand')
|
||||||
|
self.assertNotError('unrename Admin')
|
||||||
|
self.assertNotRegexp('list Admin', 'testcommand')
|
||||||
|
|
||||||
@skip('Nested commands cannot be renamed yet.')
|
@skip('Nested commands cannot be renamed yet.')
|
||||||
def testRenameNested(self):
|
def testRenameNested(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user