mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 08:12:07 +08:00
839e72de70
* switch to pytest * static analysis * fix the helpers * static analysis * remove that * more parallel test * cleanup * static analysis * durations min and tolerance * reduce those iterations * sleep time could be decreased too * in case it's negative * try using caching * remove parallelization for first PR * PR Cleanup * reduce diff * fix that * bump panda old-commit-hash: ca435d344714f08276f9f9da5039f730987f31fa
19 lines
438 B
INI
19 lines
438 B
INI
[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)
|