mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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):
|
def testEmptySquareBrackets(self):
|
||||||
self.assertError('echo []')
|
self.assertError('echo []')
|
||||||
|
|
||||||
def testHelpNoNameError(self):
|
## def testHelpNoNameError(self):
|
||||||
# This will raise a NameError if some dynamic scoping isn't working
|
## # This will raise a NameError if some dynamic scoping isn't working
|
||||||
self.assertNotError('load Http')
|
## self.assertNotError('load Http')
|
||||||
self.assertHelp('extension')
|
## self.assertHelp('extension')
|
||||||
|
|
||||||
def testMaximumNestingDepth(self):
|
def testMaximumNestingDepth(self):
|
||||||
original = conf.supybot.commands.nested.maximum()
|
original = conf.supybot.commands.nested.maximum()
|
||||||
|
Loading…
Reference in New Issue
Block a user