mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
This commit is contained in:
parent
1c5054996f
commit
70ec44a773
41 changed files with 86 additions and 56 deletions
|
@ -14,6 +14,7 @@ from distutils.errors import (
|
|||
|
||||
import unittest
|
||||
from test import support
|
||||
from test.support import run_unittest
|
||||
|
||||
# http://bugs.python.org/issue4373
|
||||
# Don't load the xx module more than once.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue