stanford-ssi / sequoia-software

Sequoia flight software
MIT License
6 stars 1 forks source link

Add Unit Test Library to /lib/ #52

Closed lgnashold closed 3 years ago

lgnashold commented 3 years ago

Summary

Adds a unit test library, to use to create unittests. Based on https://github.com/mytechnotalent/CircuitPython_Unittest. Seems like the easiest and most well supported solution.

Test Plan

TBA when I add tests