KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

Test framework #2

Open KyleBenson opened 10 years ago

KyleBenson commented 10 years ago

We have no testing framework! We need one to ensure robustness of the code and prevent a failed demo. It should exercise the full end-to-end (sensor-to-cloud) pipeline, including various sensor readings and network disconnection.

bfrggit commented 10 years ago

Is this issue talking about the client_computer.py stuff?

KyleBenson commented 10 years ago

No it goes beyond that... unit testing and such. This is a longer-term goal.