commit | bdb78934b151ac75bf41711797bbf81130c5a502 | [log] [tgz] |
---|---|---|
author | Jason Robbins <jrobbins@chromium.org> | Wed Apr 04 18:21:17 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 04 22:53:06 2018 |
tree | f3a73e5771643197dc7509185f334546d7f974d2 | |
parent | 23bbb4f3935ba778ff62e67a7c5303196b6a7e8e [diff] |
[Monorail] Require XSRF token to download issue list in CSV format. R=seanmccullough@chromium.org Bug: b/77508774 Change-Id: Idc1d5ee407aeb6176a24476e2b194f53e1a9b1e1 Reviewed-on: https://chromium-review.googlesource.com/996250 Reviewed-by: Sean McCullough <seanmccullough@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.