#!/bin/sh

python -m unittest discover tests/ '*test.py' &&
python3 -m unittest discover tests/ '*test.py'
