UBCSailbot / com-module-firmware

UBC Sailbot's firmware for Communication Modules on project Polaris.
https://www.ubcsailbot.org/
MIT License
1 stars 1 forks source link

Feature/test framework #3

Closed MoizLokh closed 4 months ago

MoizLokh commented 4 months ago

Description

Created a testing framework that will integrate into your main project for continuous testing. Any time you make changes or are interfacing with new hardware, it'll be useful to start up a quick functionality test.

The testing framework provides an easy-to-use interface for organizing and running unit tests. It is situated in the shared folder under projects. I have added instructions on integrating this framework onto your projects and using it in tutorial/testing.md.