summaryrefslogtreecommitdiff
path: root/zephyr/zmake/.vpython3
Commit message (Collapse)AuthorAgeFilesLines
* zmake: Allow running pytest coverage in chrootJeremy Bettis2022-10-271-0/+71
Implement run_tests.sh --coverage by using vpython3 to install all the necessary projects. Since I added command line flags, pass any excess flags to pytest and add some documentation on how to run to the comments. BRANCH=None BUG=None TEST=zephyr/zmake/run_tests.sh --coverage Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Ib82271e414850079319769fa32ca4d6de04e67ab Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3989351 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>