#!/usr/bin/env bash set -e cd "$(dirname "$0")/.." python3 -m \ pytest \ tests \ -rxf -x -v -l \ --cov=./ \ --cov-report=xml