/techswarm-receiver

TechSwarm team's Ground Station software - receiver module

Primary LanguagePythonMIT LicenseMIT

techswarm-receiver

Unit tests

To run tests, execute:

python -m unittest discover -p '*_tests.py'

or, if you have nose installed:

nosetests

in project root directory.