commit | a7759c5f0f821504cebbdc1d092ad9f87428971a | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Mon Jul 02 23:16:56 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 02 23:16:56 2018 |
tree | 233547155db3025e9161fbd826281a70e16d47ab | |
parent | af2c1c0d4b78ec11e738ab39f934d2761a1395d5 [diff] |
[cipd] Remove the python version of the backend. The backend is now implemented in Go and lives in: https://chromium.googlesource.com/infra/luci/luci-go/+/master/cipd/appengine/ R=tandrii@chromium.org BUG=801423 Change-Id: I6c4d115ffd64e9521c89c246e710ee091048c128 Reviewed-on: https://chromium-review.googlesource.com/1123643 Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Welcome to the Chrome Infra repository!
Wondering where to start? Check out General Chrome Infrastructure documentation. In particular, to check out this repo and the rest of the infrastructure code, follow the instructions here. The rest of this page is specific to this repo.
sys.path
modifications.from infra.path_hacks.common import <stg>
is actually getting <stg>
from build/scripts/common.git push origin <updated hash>:deployed
git push
commandIf you've added a new module, integrate your tests with test.py:
Double-check that your tests are getting picked up when you want them to be: ./test.py test <path-to-package>
.
Tests still not getting picked up by test.py? Double-check to make sure you have init.py files in each directory of your module so Python recognizes it as a package.