# HG changeset patch # User FUJIWARA Katsunori # Date 2018-10-08 04:12:06 # Node ID f9e3044d16d02a009ef22f3491d2e27c49938fc0 # Parent 37295cee1a15e7018836d69730086fc9b64b388c tests: drop files from exclusion list in test-check-module-imports.t Now, these files has no style issue at checking with import-checker.py. BTW, tests/test-imports-checker.t is still excluded, because almost all code fragments in it has intentional importing style violation. Using NO_CHECK_EOF instead of EOF as heredoc limit mark can make import-checker.py ignore such fragments. But keeping these fragments checkable seems still useful: for example, test-imports-checker.t can be used to test whether import-checker.py can detect erroneous code fragment in test script as expected. diff --git a/tests/test-check-module-imports.t b/tests/test-check-module-imports.t --- a/tests/test-check-module-imports.t +++ b/tests/test-check-module-imports.t @@ -29,18 +29,7 @@ outputs, which should be fixed later. > -X mercurial/thirdparty \ > -X tests/hypothesishelpers.py \ > -X tests/test-check-interfaces.py \ - > -X tests/test-commit-interactive.t \ - > -X tests/test-contrib-check-code.t \ > -X tests/test-demandimport.py \ - > -X tests/test-extension.t \ - > -X tests/test-hghave.t \ - > -X tests/test-hgweb-auth.py \ - > -X tests/test-hgweb-no-path-info.t \ - > -X tests/test-hgweb-no-request-uri.t \ - > -X tests/test-hgweb-non-interactive.t \ - > -X tests/test-hook.t \ - > -X tests/test-import.t \ > -X tests/test-imports-checker.t \ - > -X tests/test-lock.py \ > -X tests/test-verify-repo-operations.py \ > | sed 's-\\-/-g' | "$PYTHON" "$import_checker" -