We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fbe48 commit 6689178Copy full SHA for 6689178
conftest.py
@@ -0,0 +1,4 @@
1
+# pytest attempts to execute shell scripts while collecting
2
+collect_ignore_glob = [
3
+ "opendbc/safety/tests/misra/*",
4
+]
opendbc/safety/tests/test.sh
@@ -15,7 +15,7 @@ else
15
fi
16
17
# run safety tests and generate coverage data
18
-pytest test_*.py
+pytest -n8
19
20
# generate and open report
21
if [ "$1" == "--report" ]; then
0 commit comments