DeepBlueRobotics / lib199

Code that we reuse in different projects/years.
Other
2 stars 0 forks source link

Fix MockedCANCoder test to be reliable. #83

Closed brettle closed 2 months ago

brettle commented 2 months ago

Support running the tests repeatedly. That includes making sure that the CANcoder is closed after each test. Wait for the desired value to be set instead of just waiting for an update. Shorten the timeout to 2x the default robot period.

This is an alternative to PR #82.