mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +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,7 +1,7 @@
|
|||
# Very rudimentary test of threading module
|
||||
|
||||
import test.test_support
|
||||
from test.test_support import verbose
|
||||
import test.support
|
||||
from test.support import verbose
|
||||
import random
|
||||
import sys
|
||||
import threading
|
||||
|
@ -356,7 +356,7 @@ class ThreadingExceptionTests(unittest.TestCase):
|
|||
|
||||
|
||||
def test_main():
|
||||
test.test_support.run_unittest(ThreadTests,
|
||||
test.support.run_unittest(ThreadTests,
|
||||
ThreadingExceptionTests)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue