jazonshou / HolonomicLib

A simple library for VEX holonomic drives
GNU General Public License v3.0
10 stars 0 forks source link

Unit Tests #3

Open Ryan4253 opened 2 years ago

Ryan4253 commented 2 years ago

It would be good if we can include a unit testing framework like gtest or doctest so we can test code on the fly. I think the easiest way is to follow Okapi's mocking api and add more unit tests above that.

jazonshou commented 2 years ago

i kinda gave up on unit tests, you can try if you want