mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Merge branch 'i18n' into l10n-fr
This commit is contained in:
commit
589753fe9d
@ -360,7 +360,6 @@ class PluginTestCase(SupyTestCase):
|
|||||||
return
|
return
|
||||||
for cb in self.irc.callbacks:
|
for cb in self.irc.callbacks:
|
||||||
name = cb.name()
|
name = cb.name()
|
||||||
print " --- " + name
|
|
||||||
if ((name in self._noTestDoc) and \
|
if ((name in self._noTestDoc) and \
|
||||||
not name.lower() in self.__class__.__name__.lower()):
|
not name.lower() in self.__class__.__name__.lower()):
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user