commit | f4d27fc8aeb05f3c24e254f0323f2b441bde2735 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-roller@chromium.org> | Sun Feb 17 01:08:34 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Sun Feb 17 01:08:34 2019 |
tree | 8e7450964a920625d726cdf8ac1d90097161a915 | |
parent | bc9cfa91c38a2688f08f450b3c14e5da6d8809fb [diff] |
Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/3740f4dacf331705aa412e1295a31337909165f8 [buildbucket] Collection without mocking (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8a1f0469e7fbc56f61691488d3176433a2ff6a67 Reviewed-on: https://chromium-review.googlesource.com/c/1475986 Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#20740}
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.