#!/bin/sh

set -e

export PYTHONPATH=$(pwd)/real-tree/:${PYTHONPATH}


pytest -rw -x



