#!/bin/sh -e

module=$(python3 setup.py --name)

cd /usr/lib/python3/dist-packages/$module
python3 -m unittest discover -vv
