Updated skeleton
This commit is contained in:
parent
1607503103
commit
88cdd986e6
6
TEST.md
6
TEST.md
@ -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.
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user