mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Aka: Remove test that tested a Alias feature that won't be implemented in Aka.
This commit is contained in:
parent
c49e088879
commit
201cb459d6
@ -97,10 +97,6 @@ class AkaTestCase(ChannelPluginTestCase):
|
|||||||
self.assertNotError('aka add channel echo $channel')
|
self.assertNotError('aka add channel echo $channel')
|
||||||
self.assertResponse('aka channel', self.channel)
|
self.assertResponse('aka channel', self.channel)
|
||||||
|
|
||||||
def testNick(self):
|
|
||||||
self.assertNotError('aka add sendingnick "rot13 [rot13 $nick]"')
|
|
||||||
self.assertResponse('sendingnick', self.nick)
|
|
||||||
|
|
||||||
def testAddRemoveAka(self):
|
def testAddRemoveAka(self):
|
||||||
cb = self.irc.getCallback('Aka')
|
cb = self.irc.getCallback('Aka')
|
||||||
cb._add_aka('global', 'foobar', 'echo sbbone')
|
cb._add_aka('global', 'foobar', 'echo sbbone')
|
||||||
|
Loading…
Reference in New Issue
Block a user