Commit fbc76c5c by Sarina Canelake

i18n tests don't regenerate checked-in eo files

parent cc8594ac
......@@ -40,7 +40,8 @@ class TestGenerate(TestCase):
self.assertTrue(os.path.exists(filename))
os.remove(filename)
@patch.object(CONFIGURATION, 'locales', ['eo'])
# Patch dummy_locales to not have esperanto present
@patch.object(CONFIGURATION, 'dummy_locales', ['fake2'])
def test_main(self):
"""
Runs generate.main() which should merge source files,
......
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