[Distutils] test coverage for setuptools

Tarek Ziadé ziade.tarek at gmail.com
Sun Jan 3 21:22:15 CET 2010


On Sun, Jan 3, 2010 at 1:03 PM, anatoly techtonik <techtonik at gmail.com> wrote:
> Hello,
>
> Where can I see test coverage results for setuptools package?
> I've got two tracebacks in last week after upgrading and that seems to
> be too much.
> I'd like to see if there are any tests for failing piece to see why
> they might fail before digging further.

You can run "python setup.py test" on both Distribute and Setuptools. This will
use the test command and run all tests

Tarek


More information about the Distutils-SIG mailing list