mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-18 00:19:28 +01:00
Merge branch 'l10n-fr' into testing
This commit is contained in:
commit
43c105a6d3
@ -371,12 +371,6 @@ class PluginTestCase(SupyTestCase):
|
|||||||
attr == callbacks.canonicalName(attr):
|
attr == callbacks.canonicalName(attr):
|
||||||
self.failUnless(getattr(cb, attr, None).__doc__,
|
self.failUnless(getattr(cb, attr, None).__doc__,
|
||||||
'%s.%s has no help.' % (name, attr))
|
'%s.%s has no help.' % (name, attr))
|
||||||
def testInternationalization(self):
|
|
||||||
name = self.__class__.__module__[0:-len('.test')]
|
|
||||||
if self.__class__.__module__.startswith('supybot'):
|
|
||||||
return
|
|
||||||
self.failIf(hasattr(sys.modules[name], '_') == False,
|
|
||||||
'%s has no internationalizer.' % name)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user