Skip to content

Testing With Predefined Sensor Data

Ajay Ramachandran edited this page Jul 12, 2020 · 6 revisions

To enable testing mode, define the TESTING environment variable.

On Linux/WSL:

Set: export TESTING=1

Unset: unset TESTING

Testing Data

Testing data is a csv formatted in the same way as the following example file:

TODO

This file should be placed in TBD.

You can also set this up with Vscode

Clone this wiki locally