mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Remove the hostmask test from Misc.
This commit is contained in:
parent
9482f27bf1
commit
141bbf8bff
@ -195,12 +195,6 @@ class MiscTestCase(ChannelPluginTestCase):
|
||||
self.assertNotError('more %s' % nick.upper())
|
||||
self.assertNotError('more %s' % nick.lower())
|
||||
|
||||
def testHostmask(self):
|
||||
self.assertResponse('hostmask', self.prefix)
|
||||
self.assertError('@hostmask asdf')
|
||||
m = self.irc.takeMsg()
|
||||
self.failIf(m is not None, m)
|
||||
|
||||
def testApropos(self):
|
||||
self.assertNotError('apropos f')
|
||||
self.assertRegexp('apropos asldkfjasdlkfja', 'No appropriate commands')
|
||||
|
Loading…
Reference in New Issue
Block a user