#!/bin/bash

set -e
. ./activate.sh
echo "Running unittests"
pytest -n 1 -v tests