#/bin/bash
# Starting at repo root
cd python_apps/airtime_analyzer
nosetests .
cd ../api_clients
# Reset to repo root
cd ../..