[Distutils] Re: Tests for distutils

Thomas Heller theller at python.net
Fri Jun 18 13:41:35 EDT 2004


"Fred L. Drake, Jr." <fdrake at acm.org> writes:

> Andrew Kuchling started writing up some ideas for functional tests for 
> distutils some time ago in the Python wiki:
>
>     http://www.python.org/cgi-bin/moinmoin/DistutilsTesting
>
> Since nothing appears to have followed on from that, I've gone ahead
> and added a couple of simple unit/integration tests to distutils.

I noticed that the test don't run from the command line.
Is it ok to add the usual

if __name__ == "__main__":
    unittest.main()

Thomas




More information about the Distutils-SIG mailing list