PyXR

c:\python24\lib \ test \ test_distutils.py



0001 """Tests for distutils.
0002 
0003 The tests for distutils are defined in the distutils.tests package;
0004 the test_suite() function there returns a test suite that's ready to
0005 be run.
0006 """
0007 
0008 import distutils.tests
0009 import test.test_support
0010 
0011 
0012 def test_main():
0013     test.test_support.run_unittest(distutils.tests.test_suite())
0014 
0015 
0016 if __name__ == "__main__":
0017     test_main()
0018 

Generated by PyXR 0.9.4
SourceForge.net Logo