#!/bin/sh
# per example given in README.rst
echo "exec upstream unittests under Python 3"
exec python3 -m unittest

