mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
#2621 rename test.test_support to test.support
This commit is contained in:
parent
6a654814ea
commit
ee8712cda4
358 changed files with 1308 additions and 1307 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import unittest
|
||||
from test import test_support
|
||||
from test import support
|
||||
from weakref import proxy, ref, WeakSet
|
||||
import operator
|
||||
import copy
|
||||
|
|
@ -306,7 +306,7 @@ class TestWeakSet(unittest.TestCase):
|
|||
|
||||
|
||||
def test_main(verbose=None):
|
||||
test_support.run_unittest(TestWeakSet)
|
||||
support.run_unittest(TestWeakSet)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main(verbose=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue