#!/bin/sh

set -e 

python3 ./setup.py test 2>&1

