#!/bin/sh
set -e
PYTHONPATH=. python3 -m pytest -v -x 2>&1
