Does "distutils" support "python setup.py test"?

John Nagle nagle at animats.com
Wed Jun 23 23:58:39 EDT 2010


    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



More information about the Python-list mailing list