Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.7.2-202012151422
/
usr
/
lib
/
python3.7
/
test
/
//opt/python-3.7.2-202012151422/usr/lib/python3.7/test/test_distutils.py
"""Tests for distutils. The tests for distutils are defined in the distutils.tests package; the test_suite() function there returns a test suite that's ready to be run. """ import distutils.tests import test.support def test_main(): test.support.run_unittest(distutils.tests.test_suite()) test.support.reap_children() if __name__ == "__main__": test_main()