mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
This commit is contained in:
parent
ff889396a8
commit
b35ecf4775
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ from test import test_support
|
|||
|
||||
|
||||
def test_main():
|
||||
test_support.run_unittest(unittest.test.test_suite())
|
||||
test_support.run_unittest(unittest.test.suite())
|
||||
test_support.reap_children()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue