mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Reply: Restore supybot.reply.oneToOne in tests because it breaks Factoids.
This commit is contained in:
parent
97d29d7913
commit
f5db2338c5
@ -54,6 +54,7 @@ class ReplyTestCase(ChannelPluginTestCase):
|
|||||||
self.assertResponse('replies a b c', 'a')
|
self.assertResponse('replies a b c', 'a')
|
||||||
self.assertResponse(' ', 'b')
|
self.assertResponse(' ', 'b')
|
||||||
self.assertResponse(' ', 'c')
|
self.assertResponse(' ', 'c')
|
||||||
|
self.assertNotError('config channel supybot.reply.oneToOne True')
|
||||||
|
|
||||||
class ReplyNonChannelTestCase(PluginTestCase):
|
class ReplyNonChannelTestCase(PluginTestCase):
|
||||||
plugins = ('Reply',)
|
plugins = ('Reply',)
|
||||||
|
Loading…
Reference in New Issue
Block a user