Skip to content

Commit

Permalink
CI: use pytest (#1053)
Browse files Browse the repository at this point in the history
* pytest

* might need
  • Loading branch information
sshane authored Jun 8, 2024
1 parent b4842fd commit c6d0f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build opendbc
run: ${{ env.RUN }} "cd ../ && scons -j$(nproc) --minimal"
- name: Unit tests
run: ${{ env.RUN }} "python -m unittest discover ."
run: ${{ env.RUN }} "pytest"

static-analysis:
name: static analysis
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ numpy
pycapnp
pyyaml
scons
pytest

0 comments on commit c6d0f16

Please sign in to comment.