Kaydet (Commit) b9eb267c authored tarafından Marti Raudsepp's avatar Marti Raudsepp Kaydeden (comit) Tim Graham

Skipped makemessages -l tests when xgettext isn't installed.

üst dacef913
......@@ -717,6 +717,7 @@ class CustomLayoutExtractionTests(ExtractorTests):
self.assertMsgId('This app has a locale directory', po_contents)
@skipUnless(has_xgettext, 'xgettext is mandatory for extraction tests')
class NoSettingsExtractionTests(AdminScriptTestCase):
def test_makemessages_no_settings(self):
out, err = self.run_django_admin(['makemessages', '-l', 'en', '-v', '0'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment