#!/bin/sh
set -e

python3 -m pytest tests/ -v
