Merge pull request #2839 from edx/sarina/fix-rake-i18n
Skip generation of 'eo' files in i18n test suite
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user