#!/bin/sh

set -e

python3 -m pytest -v tests
