#!/bin/sh
set -e
python -m unittest discover -v 2>&1;
