mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +08:00
* move MISRA mutation tests into test.sh * no sed * lil cleanup * this stuff is slow for the dumbest reasons * sample
6 lines
165 B
Python
6 lines
165 B
Python
# pytest attempts to execute shell scripts while collecting
|
|
collect_ignore_glob = [
|
|
"opendbc/safety/tests/misra/*.sh",
|
|
"opendbc/safety/tests/misra/cppcheck/",
|
|
]
|