Name Description Size
.style.yapf 34
gen_skylab_runner.py #!/bin/sh while [[ $# -gt 0 ]]; do case "$1" in --test-launcher-summary-output) summary_output=$2 shift 2 ;; --test-launcher-shard-index) shard_index=$2 shift 2 ;; --test-launcher-total-shards) total_shards=$2 shift 2 ;; --) test_args=$2 break ;; *) break ;; esac done if [ ! -d $(dirname $summary_output) ] ; then mkdir -p $(dirname $summary_output) fi cd `dirname $0` && cd .. 2825
OWNERS 22
PRESUBMIT.py Presubmit script for build/chromeos/. See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for details on the presubmit API built into depot_tools. 994
pylintrc 465
test_runner.py 39935
test_runner_test.py A Py3 safe version of assertItemsEqual. See https://bugs.python.org/issue17866. 11096