setuptools plugin for unit tests with trial
This is a plugin for setuptools that integrates Twisted trial. Once
installed, "python ./setup.py trial" will run the package's unit
tests using Twisted trial. The package can also optionally be
configured so that "python ./setup.py test" will use Twisted trial
instead of pyunit a.k.a. unittest.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/setuptools_trial
