#!/bin/sh
set -e
cd tests
python3 -m unittest -v
