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.
18 lines
438 B
18 lines
438 B
[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)
|
|
|