You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Write tests for imu.checkout() using a "mock" framework. The goal is to be able to test the code of imu.checkout() without having a physical microSWIFT on hand. This task may require collaboration/parallel development with task #25.
This code should live in the tests/ directory, likely under a test_imu.py file. Refer to #19.