CI: use pytest for unittesting (#29709)
* 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: ca435d3447
test-msgs
parent
d32d4962af
commit
839e72de70
8 changed files with 36 additions and 23 deletions
@ -0,0 +1,18 @@ |
||||
[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) |
Loading…
Reference in new issue