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

Skip generation of 'eo' files in i18n test suite
This commit is contained in:
Sarina Canelake
2014-03-06 10:30:07 -05:00

View File

@@ -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,