blob: f5b65fa2e94b9c564abe725333edb5f4c4c94cd9 [file] [log] [blame]
#!/bin/bash
echo "Running unit tests"
python -m unittest discover -s tests/unittests
echo "Running cli tests"
python -m unittest discover -s tests/cli