From: John Nagle on
Many library modules support "python setup.py test", but the
Python distutils documentation at

http://docs.python.org/distutils/configfile.html

makes no mention of it, except as a possible future extension.

Some setup.py files have

test_suite = "modulename"

but that doesn't seem to do anything with the stock core.distutils.

John Nagle