25 | | from .commands.tests import NoWrapExtractorTests, IgnoredExtractorTests, MessageCompilationTests, PoFileTests, BasicExtractorTests, JavascriptExtractorTests, CopyPluralFormsExtractorTests, SymlinkExtractorTests, ExtractorTests |
| 25 | from .commands.tests import can_run_extraction_tests, can_run_compilation_tests |
| 26 | if can_run_extraction_tests: |
| 27 | from .commands.extraction import (ExtractorTests, BasicExtractorTests, |
| 28 | JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests, |
| 29 | CopyPluralFormsExtractorTests, NoWrapExtractorTests) |
| 30 | if can_run_compilation_tests: |
| 31 | from .commands.compilation import MessageCompilationTests, PoFileTests |
29 | | from .patterns.tests import URLRedirectWithoutTrailingSlashTests, URLTranslationTests, URLDisabledTests, URLTagTests, URLTestCaseBase, URLRedirectWithoutTrailingSlashSettingTests, URLNamespaceTests, URLPrefixTests, URLResponseTests, URLRedirectTests |
| 35 | from .patterns.tests import (URLRedirectWithoutTrailingSlashTests, |
| 36 | URLTranslationTests, URLDisabledTests, URLTagTests, URLTestCaseBase, |
| 37 | URLRedirectWithoutTrailingSlashSettingTests, URLNamespaceTests, |
| 38 | URLPrefixTests, URLResponseTests, URLRedirectTests) |