#!/bin/sh

set -e

PYTHONPATH=. python3 -m pytest tests
