#!/bin/sh

set -e

rm -rf __pycache__
python3 -m pytest test.py
