##// END OF EJS Templates
tests: enable import checker for tests/**.py files...
Yuya Nishihara -
r28844:99a2bdad default
parent child Browse files
Show More
@@ -141,6 +141,15 b' here that we should still endeavor to fi'
141 hidden by deduplication algorithm in the cycle detector, so fixing
141 hidden by deduplication algorithm in the cycle detector, so fixing
142 these may expose other cycles.
142 these may expose other cycles.
143
143
144 $ hg locate 'mercurial/**.py' 'hgext/**.py' | sed 's-\\-/-g' | python "$import_checker" -
144 Known-bad files are excluded by -X as some of them would produce unstable
145 outputs, which should be fixed later.
146
147 $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \
148 > -X tests/test-hgweb-auth.py \
149 > -X tests/hypothesishelpers.py \
150 > -X tests/test-ctxmanager.py \
151 > -X tests/test-lock.py \
152 > -X tests/test-verify-repo-operations.py \
153 > | sed 's-\\-/-g' | python "$import_checker" -
145 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore
154 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore
146 [1]
155 [1]
General Comments 0
You need to be logged in to leave comments. Login now