mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-04 17:09:24 +01:00
Commented-out test that we're no longer worried about.
This commit is contained in:
parent
255125bb0b
commit
f914f5e7b9
@ -83,13 +83,13 @@ class MiscTestCase(ChannelPluginTestCase):
|
|||||||
m = self.getMsg('help list') # Misc.list and User.list.
|
m = self.getMsg('help list') # Misc.list and User.list.
|
||||||
self.failIf(m.args[1].startswith('Error'))
|
self.failIf(m.args[1].startswith('Error'))
|
||||||
|
|
||||||
def testHelpStripsPrefixChars(self):
|
## def testHelpStripsPrefixChars(self):
|
||||||
try:
|
## try:
|
||||||
original = str(conf.supybot.prefixChars)
|
## original = str(conf.supybot.prefixChars)
|
||||||
conf.supybot.prefixChars.set('@')
|
## conf.supybot.prefixChars.set('@')
|
||||||
self.assertHelp('help @list')
|
## self.assertHelp('help @list')
|
||||||
finally:
|
## finally:
|
||||||
conf.supybot.prefixChars.set(original)
|
## conf.supybot.prefixChars.set(original)
|
||||||
|
|
||||||
def testHelpIsCaseInsensitive(self):
|
def testHelpIsCaseInsensitive(self):
|
||||||
self.assertHelp('help LIST')
|
self.assertHelp('help LIST')
|
||||||
|
Loading…
Reference in New Issue
Block a user