commit | 30882e65512725f5efc3011a2383bb5bd16afc14 | [log] [tgz] |
---|---|---|
author | Jason Robbins <jrobbins@chromium.org> | Thu Dec 06 01:13:14 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 06 01:13:14 2018 |
tree | 204d5a02cf5337bd781511ec8605a917bfca4f1d | |
parent | 2d359e77a9aa93355229a1bb5184d4a84dbe3305 [diff] |
[Monorail] Service and work_env code for linked account invites. R=ehmaldonado@chromium.org Bug: monorail:94 Change-Id: I5b525d925668a762e00236841219309e41657bdd Reviewed-on: https://chromium-review.googlesource.com/c/1361664 Commit-Queue: Jason Robbins <jrobbins@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#19383}
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.