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