[Distutils] Re: Tests for distutils

Thomas Heller theller at python.net
Thu Jun 24 07:32:11 EDT 2004


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

> On Friday 18 June 2004 01:41 pm, Thomas Heller wrote:
>  > I noticed that the test don't run from the command line.
>  > Is it ok to add the usual
>  >
>  > if __name__ == "__main__":
>  >     unittest.main()
>
> It works for me, using either Lib/distutils/tests/__init__.py or 
> Lib/test/test_distutils.py.  What did you try that didn't work?

I tried to run the test_build_py.py and test_install_scripts.py.

Thomas




More information about the Distutils-SIG mailing list