Changeset 391 for python/trunk/Lib/test/test_distutils.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_distutils.py
r2 r391 6 6 """ 7 7 8 from test import test_support 8 9 import distutils.tests 9 import test.test_support10 10 11 11 12 12 def test_main(): 13 test.test_support.run_unittest(distutils.tests.test_suite()) 13 test_support.run_unittest(distutils.tests.test_suite()) 14 test_support.reap_children() 14 15 15 16
Note:
See TracChangeset
for help on using the changeset viewer.