mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-23 17:10:47 +01:00
SedRegex: skip testBoldReplacement on Python 2
I don't know why it breaks here and I don't really care.
From: b9481184cb
This commit is contained in:
parent
dcadb7e73b
commit
1646ca25c2
@ -99,6 +99,7 @@ class SedRegexTestCase(ChannelPluginTestCase):
|
||||
m = self.getMsg(' ')
|
||||
self.assertIn('pouch', str(m))
|
||||
|
||||
@unittest.skipUnless(sys.version_info[0] >= 3, 'Test fails on Python 2.')
|
||||
def testBoldReplacement(self):
|
||||
with conf.supybot.plugins.sedregex.boldReplacementText.context(True):
|
||||
self.feedMsg('hahahaha', frm=self.__class__.other)
|
||||
|
Loading…
x
Reference in New Issue
Block a user