aboutsummaryrefslogtreecommitdiff
path: root/check.sh
blob: 1f4ac4459624efb4cbe3d524b3c3b63c6948db53 (plain)
1
2
3
4
5
6
7
#!/bin/bash

echo "Running unit tests"
python3 -m unittest discover -s tests/unittests

echo "Running cli tests"
python3 -m unittest discover -s tests/cli