Monorail: Rename snake_case pRPC messages to camelCase. Bug: monorail: Change-Id: Ifcc82e39d4c9cca2159abb014de5ea10cf0139b7 Reviewed-on: https://chromium-review.googlesource.com/1178969 Reviewed-by: Jeff Carpenter <jeffcarp@chromium.org> Commit-Queue: Tiffany Zhang <zhangtiff@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>:deployedgit 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.