mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Forgot this one last remnant of callbacks.PrivmsgRegexp.
This commit is contained in:
parent
972716069c
commit
808db8153b
@ -357,8 +357,7 @@ class PluginTestCase(SupyTestCase):
|
||||
for cb in self.irc.callbacks:
|
||||
name = cb.name()
|
||||
if ((name in self._noTestDoc) and \
|
||||
not name.lower() in self.__class__.__name__.lower()) or \
|
||||
isinstance(cb, callbacks.PrivmsgRegexp):
|
||||
not name.lower() in self.__class__.__name__.lower()):
|
||||
continue
|
||||
self.failUnless(sys.modules[cb.__class__.__name__].__doc__,
|
||||
'%s has no module documentation.' % name)
|
||||
|
Loading…
Reference in New Issue
Block a user