sintonia/.github/scripts/python-pkg-test.sh

12 lines
142 B
Bash

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