#! /bin/bash -e

set -x

export TESTING=TRUE
coverage run -m pytest $@
