#!/bin/sh

set -e
set -x

PYTHONPATH=`pwd`/src python3 -m pytest tests -v
