To run all tests from trunk:
python -m unittest discover -s . -p '*_test.py'

Specific tests:
python -m unittest discover -s . -p 'junipersrx_test.py'

