diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py index d085e96cc9..dc6c2ea5b2 100644 --- a/tests/i18n/tests.py +++ b/tests/i18n/tests.py @@ -38,7 +38,7 @@ if find_command('xgettext'): from .commands.extraction import (ExtractorTests, BasicExtractorTests, JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests, CopyPluralFormsExtractorTests, NoWrapExtractorTests, - NoLocationExtractorTests, KeepPotFileExtractorTests, + LocationCommentsTests, KeepPotFileExtractorTests, MultipleLocaleExtractionTests) if find_command('msgfmt'): from .commands.compilation import (PoFileTests, PoFileContentsTests,