mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This also updates the bazel scripts to behave more like the C++ and Java examples, and updates the copybara scripts to be able to sync up `mostrobotpy`
21 lines
310 B
TOML
21 lines
310 B
TOML
[tests]
|
|
base = [
|
|
"AddressableLED",
|
|
"AprilTagsVision",
|
|
"CANPDP",
|
|
"DigitalCommunication",
|
|
"DutyCycleInput",
|
|
"EventLoop",
|
|
"FlywheelBangBangController",
|
|
"HttpCamera",
|
|
"I2CCommunication",
|
|
"IntermediateVision",
|
|
"MotorControl",
|
|
"QuickVision",
|
|
"SelectCommand",
|
|
"Solenoid",
|
|
]
|
|
|
|
ignored = [
|
|
]
|