#!/bin/bash -e

python3 -m unittest tests.test_suite -v
