Mercurial > hg
changeset 28923:531dea16f4f7
tests: run import-checker with tests .t files
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 12 Apr 2016 14:43:36 +0000 |
parents | 4ec62a084e5c |
children | d9539959167d |
files | tests/test-check-module-imports.t |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-module-imports.t Tue Apr 12 21:43:56 2016 +0000 +++ b/tests/test-check-module-imports.t Tue Apr 12 14:43:36 2016 +0000 @@ -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]