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