You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
438 B
19 lines
438 B
2 years ago
|
[pytest]
|
||
|
testpaths =
|
||
|
common
|
||
|
selfdrive/athena
|
||
|
selfdrive/boardd
|
||
|
selfdrive/car
|
||
|
selfdrive/controls
|
||
|
selfdrive/locationd
|
||
|
selfdrive/monitoring
|
||
|
selfdrive/thermald
|
||
|
selfdrive/test/longitudinal_maneuvers
|
||
|
system/hardware/tici
|
||
|
system/loggerd
|
||
|
system/tests
|
||
|
system/ubloxd
|
||
|
tools/lib/tests
|
||
|
markers =
|
||
|
parallel: mark tests as parallelizable (tests with no global state, so can be run in parallel)
|