Mercurial > hg
changeset 40207:f9e3044d16d0
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.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Mon, 08 Oct 2018 13:12:06 +0900 |
parents | 37295cee1a15 |
children | b7ba1cfba174 |
files | tests/test-check-module-imports.t |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-module-imports.t Mon Oct 08 12:03:04 2018 +0900 +++ b/tests/test-check-module-imports.t Mon Oct 08 13:12:06 2018 +0900 @@ -29,18 +29,7 @@ > -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" -