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