mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Merged revisions 79468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79468 | michael.foord | 2010-03-27 13:42:34 +0000 (Sat, 27 Mar 2010) | 1 line 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
ff5366d2be
commit
bf1fab4aa0
2 changed files with 3 additions and 4 deletions
|
|
@ -4,9 +4,8 @@ from test import support
|
|||
|
||||
|
||||
def test_main():
|
||||
support.run_unittest(unittest.test.test_suite())
|
||||
support.run_unittest(unittest.test.suite())
|
||||
support.reap_children()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue