[Monorail] Fix empty AC values causing console errors Change-Id: Iebf3ce1edf620a7ce830ff08ddea18ae2e7bba2f Reviewed-on: https://chromium-review.googlesource.com/1175414 Commit-Queue: Jeff Carpenter <jeffcarp@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@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.