Files
opendbc-meb/conftest.py
Adeeb Shihadeh c2a8b02a34 move MISRA mutation tests into test.sh (#2304)
* move MISRA mutation tests into test.sh

* no sed

* lil cleanup

* this stuff is slow for the dumbest reasons

* sample
2025-05-25 13:15:11 -07:00

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/",
]