Added a test for lithp.

This commit is contained in:
Jeremy Fincher 2003-11-07 22:31:52 +00:00
parent cbe13abbf8
commit 248312fe05
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ class FunTest(ChannelPluginTestCase, PluginDocumentation):
for i in range(100):
self.assertNotError('jeffk the quick brown fox is ghetto')
def testLithp(self):
self.assertResponse('lithp jamessan', 'jamethan')
def testMorse(self):
self.assertResponse('unmorse [morse jemfinch]', 'JEMFINCH')