#!/usr/bin/env bash
#
# This script is designed to be run inside the container
#

coverage run -m unittest tests/test_*.py
