commit | c42d119ef10876eabb845caee7f2081c6351623b | [log] [tgz] |
---|---|---|
author | Nodir Turakulov <nodir@google.com> | Tue Jan 15 23:15:22 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 23:15:22 2019 |
tree | 322d94e763401ee0ee2c5654319258ac75e23c21 | |
parent | d844f131baab613d13826cb23b2ef8bb0f58a392 [diff] |
[buildbucket] Fix typo: ununicide R=vadimsh@chromium.org Change-Id: Ifb7c57b7c2a3a5985e176008df6a2c2efe7b80d8 Reviewed-on: https://chromium-review.googlesource.com/c/1412634 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Cr-Commit-Position: refs/heads/master@{#20003} Cr-Mirrored-Commit: dbd4b01726bd2bf4d16c432d6e78c7a2cfa42883
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.