[Distutils] Re: Tests for distutils

Fred L. Drake, Jr. fdrake at acm.org
Mon Jun 21 12:45:30 EDT 2004


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?


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation




More information about the Distutils-SIG mailing list