sharkduino / Arduino_Animal_Tag

The main code that runs on the Sharkduinos
0 stars 0 forks source link

Implement (decent) parser tests #16

Closed TheBen27 closed 7 years ago

TheBen27 commented 7 years ago

I've been rewriting the parser for our gyro turnoff code and I've found that I'm not using any formal test framework. So I need to do a couple things:

TheBen27 commented 7 years ago

Have tests for individual data sections Would like to make tests for whole files, but making mock test files would take forever