commit | 77ef00cb53d90c9d1f984eca434d828de5c167a5 | [log] [tgz] |
---|---|---|
author | Jason Robbins <jrobbins@chromium.org> | Fri May 04 18:48:11 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 04 20:10:20 2018 |
tree | 1f888a230f72ee77c150a42ed3e62d2b6c83cf0d | |
parent | c9317c03c3cce08683c59d35c5136b1a7ee7aa81 [diff] |
[Monorail] Disallow double grid axes and Cc axis. R=jojwang@chromium.org Bug: b/79186715 Change-Id: I0f81890d7112315de3daec1f923c93d4f70046e5 Reviewed-on: https://chromium-review.googlesource.com/1044757 Reviewed-by: Joanna Wang <jojwang@chromium.org> Commit-Queue: Jason Robbins <jrobbins@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.