Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
d21cb06
FEA-Bench
/
testbed
/
googleapis__python-aiplatform
/
.kokoro
/
continuous
/
unit.cfg
hc99
Add files using upload-large-folder tool
09d8e80
verified
3 months ago
raw
Copy download link
history
blame
290 Bytes
# 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"
}