Ejemplo n.º 1
0
 def test_does_not_exist(self):
     translation = i18n.load_plugin_translations("doesnotexist")
     self.assertEquals("foo", translation.gettext("foo"))
Ejemplo n.º 2
0
 def test_does_not_exist(self):
     translation = i18n.load_plugin_translations("doesnotexist")
     self.assertEqual("foo", translation.gettext("foo"))