CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

Full coverage test cases required #22

Open linguini1 opened 1 year ago

linguini1 commented 1 year ago

In order to create the most effective continuous integration procedure, test cases should have high coverage of the repository code.

Test cases should be developed as follows:

All new modules should be accompanied by their own comprehensive testing. This will ensure that any refactors or code changes work before they are merged to main.