Commit d1442e7b by Sarina Canelake

Merge pull request #2839 from edx/sarina/fix-rake-i18n

Skip generation of 'eo' files in i18n test suite
parents 06c0aa53 fbc76c5c
......@@ -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