#!/bin/bash echo "Running unit tests" python3 -m unittest discover -s tests/unittests echo "Running cli tests" python3 -m unittest discover -s tests/cli