Loading tests/i18n/commands/compilation.py +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ class PercentRenderingTests(MessageCompilationTests): LOCALE='it' MO_FILE='locale/%s/LC_MESSAGES/django.mo' % LOCALE def setUp(self): super(PercentRenderingTests, self).setUp() self.addCleanup(os.unlink, os.path.join(test_dir, self.MO_FILE)) @override_settings(LOCALE_PATHS=(os.path.join(test_dir, 'locale'),)) def test_percent_symbol_escaping(self): from django.template import Template, Context Loading tests/i18n/commands/locale/it/LC_MESSAGES/django.modeleted 100644 → 0 −775 B File deleted. View file Loading
tests/i18n/commands/compilation.py +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ class PercentRenderingTests(MessageCompilationTests): LOCALE='it' MO_FILE='locale/%s/LC_MESSAGES/django.mo' % LOCALE def setUp(self): super(PercentRenderingTests, self).setUp() self.addCleanup(os.unlink, os.path.join(test_dir, self.MO_FILE)) @override_settings(LOCALE_PATHS=(os.path.join(test_dir, 'locale'),)) def test_percent_symbol_escaping(self): from django.template import Template, Context Loading