-
Notifications
You must be signed in to change notification settings - Fork 9
Write unit tests #16
Copy link
Copy link
Open
Labels
Description
Some tests needs to be written to ensure that any new commits won't break the project.
Any new features to be added should include a suite of unit tests at some point.
These tests should assert that the following work:
- Modem connectivity
- GPS connectivity
- Water quality functions
- No overlap between pins in use
- Correct communication protocol is in use (UART, I2C)
Reactions are currently unavailable