readme: update test command

This commit is contained in:
Adeeb Shihadeh
2026-04-24 21:34:03 -07:00
parent 4ca025a38a
commit 47c9aca01f

View File

@@ -59,7 +59,7 @@ cd opendbc
# here are the individual commands it runs
pip3 install -e .[testing,docs] # install dependencies
scons -j8 # build with 8 cores
pytest . # run the tests
unittest-parallel # run the tests
lefthook run lint # run the linter
```