File size: 290 Bytes
09d8e80 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Format: //devtools/kokoro/config/proto/build.proto
# Run all unit test sessions, in Python 3.7 to 3.9
env_vars: {
key: "NOX_SESSION"
value: "unit"
}
# Run unit tests in parallel, splitting up by test
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
}
|