| commit | 81d96b292229d1f3dedc1ecc716b06298a656627 | [log] [tgz] |
|---|---|---|
| author | Sean McCullough <seanmccullough@chromium.org> | Tue Jan 15 23:23:52 2019 |
| committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 23:23:52 2019 |
| tree | 3e87381e986c515b3b038a3418c6f74510ec94ff | |
| parent | c42d119ef10876eabb845caee7f2081c6351623b [diff] |
[som] Update README.md, Make targets for testing Change-Id: I7b8b933e6a9fdcbbf19f0b74b97333d630ea1e5d Reviewed-on: https://chromium-review.googlesource.com/c/1412044 Commit-Queue: Sean McCullough <seanmccullough@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#20004} Cr-Mirrored-Commit: 7540d1bdaa47951206dd118bb75aef09eafec0b2
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.