mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Commented out a test that will probably never work again.
This commit is contained in:
parent
fd365e9994
commit
a3ebea6edd
@ -278,10 +278,10 @@ class PrivmsgTestCase(ChannelPluginTestCase):
|
||||
def testEmptySquareBrackets(self):
|
||||
self.assertError('echo []')
|
||||
|
||||
def testHelpNoNameError(self):
|
||||
# This will raise a NameError if some dynamic scoping isn't working
|
||||
self.assertNotError('load Http')
|
||||
self.assertHelp('extension')
|
||||
## def testHelpNoNameError(self):
|
||||
## # This will raise a NameError if some dynamic scoping isn't working
|
||||
## self.assertNotError('load Http')
|
||||
## self.assertHelp('extension')
|
||||
|
||||
def testMaximumNestingDepth(self):
|
||||
original = conf.supybot.commands.nested.maximum()
|
||||
|
Loading…
Reference in New Issue
Block a user