#!/bin/bash

python3 -m unittest discover -s test/* -v
