From 5187719a88db7811a0f64e109cbfa4c9b5c8375e Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 14 Oct 2014 22:45:44 +0200 Subject: [PATCH] Filter: Remove tests for old lithp command The command was removed in dc36ddf, but the tests weren't. --- plugins/Filter/test.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/Filter/test.py b/plugins/Filter/test.py index 449b13194..1d680e214 100644 --- a/plugins/Filter/test.py +++ b/plugins/Filter/test.py @@ -41,7 +41,6 @@ class FilterTest(ChannelPluginTestCase): def testNoErrors(self): self.assertNotError('leet foobar') self.assertNotError('supa1337 foobar') - self.assertNotError('lithp meghan sweeney') self.assertNotError('aol I\'m too legit to quit.') def testDisabledCommandsCannotFilter(self): @@ -75,10 +74,6 @@ class FilterTest(ChannelPluginTestCase): self.assertResponse('undup foo bar baz quux', 'fo bar baz qux') self.assertResponse('undup aaaaaaaaaa', 'a') - def testLithp(self): - self.assertResponse('lithp jamessan', 'jamethan') - self.assertResponse('lithp Shame', 'Thame') - def testMorse(self): self.assertResponse('unmorse [morse jemfinch]', 'JEMFINCH')