mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Added a test for lithp.
This commit is contained in:
parent
cbe13abbf8
commit
248312fe05
@ -51,6 +51,9 @@ class FunTest(ChannelPluginTestCase, PluginDocumentation):
|
|||||||
for i in range(100):
|
for i in range(100):
|
||||||
self.assertNotError('jeffk the quick brown fox is ghetto')
|
self.assertNotError('jeffk the quick brown fox is ghetto')
|
||||||
|
|
||||||
|
def testLithp(self):
|
||||||
|
self.assertResponse('lithp jamessan', 'jamethan')
|
||||||
|
|
||||||
def testMorse(self):
|
def testMorse(self):
|
||||||
self.assertResponse('unmorse [morse jemfinch]', 'JEMFINCH')
|
self.assertResponse('unmorse [morse jemfinch]', 'JEMFINCH')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user