Updated skeleton

This commit is contained in:
Magnus 2022-12-02 08:44:38 +01:00
parent 1607503103
commit 88cdd986e6
2 changed files with 5 additions and 3 deletions

View File

@ -24,6 +24,8 @@ python3 -m unittest -v apitests.API.test_status -v
# Unit testing - Specific build
Ive added a specific build that uses the AUnit testing framework so that we can test functions or classed on the device itself.
I've added a specific build that uses the AUnit (https://github.com/bxparks/AUnit) testing framework so that we can test functions or classes on the device itself. I hope this will simplify the release and testing cycle.
Select the build target and build/upload the code to an iSpindle device. Check the output from the serial console.
1. Select the build target (gravity-unit)
2. Build/upload the code to an iSpindle device.
3. Check the output from the serial console.

View File

@ -25,6 +25,6 @@ SOFTWARE.
#include <main.hpp>
#include <AUnit.h>
// No unit testing for the PUSH module. These tests are done using python script and the API's
// TODO: Build some php scripts that run on gravitymon.com for testing the push data.
// EOF