From patchwork Wed Apr 13 17:21:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5,of,7,v2] tests: run import-checker with tests .t files From: timeless@mozdev.org X-Patchwork-Id: 14594 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Wed, 13 Apr 2016 12:21:48 -0500 # HG changeset patch # User timeless # Date 1460472216 0 # Tue Apr 12 14:43:36 2016 +0000 # Node ID f34b5885cd74f453a0ca5706468584dfecbc5cae # Parent 0fd09ef3b42024889053a97b4610a5f6b009bf34 tests: run import-checker with tests .t files 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 @@ -145,11 +145,22 @@ outputs, which should be fixed later. $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \ + > 'tests/**.t' \ > -X tests/test-hgweb-auth.py \ > -X tests/hypothesishelpers.py \ > -X tests/test-ctxmanager.py \ > -X tests/test-lock.py \ > -X tests/test-verify-repo-operations.py \ + > -X tests/test-hook.t \ + > -X tests/test-import.t \ + > -X tests/test-check-module-imports.t \ + > -X tests/test-commit-interactive.t \ + > -X tests/test-contrib-check-code.t \ + > -X tests/test-extension.t \ + > -X tests/test-hghave.t \ + > -X tests/test-hgweb-no-path-info.t \ + > -X tests/test-hgweb-no-request-uri.t \ + > -X tests/test-hgweb-non-interactive.t \ > | sed 's-\\-/-g' | python "$import_checker" - Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore [1]