#!/bin/bash
set -e
python3 -P -m pytest -svv tests
