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.