|
|
|
@ -12,6 +12,22 @@ markers = [ |
|
|
|
|
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/proclogd", |
|
|
|
|
# "system/tests", |
|
|
|
|
# "system/ubloxd", |
|
|
|
|
# "system/webrtc", |
|
|
|
|
# "tools/lib/tests", |
|
|
|
|
# "tools/replay", |
|
|
|
|
# "tools/cabana" |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[tool.mypy] |
|
|
|
@ -186,4 +202,4 @@ flake8-implicit-str-concat.allow-multiline=false |
|
|
|
|
"tools".msg = "Use openpilot.tools" |
|
|
|
|
|
|
|
|
|
[tool.coverage.run] |
|
|
|
|
concurrency = ["multiprocessing", "thread"] |
|
|
|
|
concurrency = ["multiprocessing", "thread"] |
|
|
|
|