openpilot
openpilot copied to clipboard
Switch to pytest
This is a central issue tracking the switch from unittest to pytest.
The goal:
- Switch to pytest
- Make the tests easy to run
How to do it:
- Convert from unittest to pytest with a tool like https://github.com/dannysepler/pytestify
- Write a good default config in each pyproject.toml such that all the tests can be run by only invoking
pytest
Needs to be done in each of the following repos:
- [x] cereal
- [ ] panda
- [x] opendbc
- [x] rednose
- [x] teleoprtc
- [x] msgq
is it still open?
@ranjanmangla1 Yes, only panda is left if you want to do it
i'm working on panda still
Locked to @UkuLoskit
Seems like the issues wasn't fixed, Did @UkuLoskit make any update?
hey, is the bounty still open for this?