#! /bin/sh

set -e

python3 -m unittest discover -v \
	--pattern="test_*.py" \
	2>&1

