commit | 22a08ac4f6eeb4a3b79046a07667fd4bdac8e668 | [log] [tgz] |
---|---|---|
author | Owen Rodley <orodley@chromium.org> | Mon Jan 14 02:44:09 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jan 14 02:44:09 2019 |
tree | a5773bb8e9fc8dae2fa4cf980fe33e24488cd58a | |
parent | bb36d9fac197879a94032e65b229fb8bb94dd728 [diff] |
Add a branch for the latest non-synthetic commit. Bug: 894279 Change-Id: Ibbfc1ed907faf29aa24f4c9065105e3a3596da67 Reviewed-on: https://chromium-review.googlesource.com/c/1408668 Commit-Queue: Owen Rodley <orodley@chromium.org> Reviewed-by: Joey Scarr <jsca@chromium.org> Cr-Commit-Position: refs/heads/master@{#19958} Cr-Mirrored-Commit: 3a00203029a31509cfb37428e74b0a847bb4e69d
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.