aws-samples / aws-iot-kickstart

Connect and deploy IoT devices on AWS IoT Core in minutes and start generating immediate business value!
Apache License 2.0
21 stars 17 forks source link

[SPIKE] Improve code coverage for all critical paths #25

Open JeremyJonas opened 4 years ago

JeremyJonas commented 4 years ago

Currently there is very little unit testing and zero integration testing. Before release we need to have at minimum all critical paths covered.

First step in this process is defining a list of all the critical paths that we need to have covered, and add them here.