#!/bin/sh -e
PYTHONPATH=`pwd` python3 -m testtools.run testtools.tests.test_suite
