commit | b35ecf47755b23be95657df7d80fe5fcfe261671 | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Mar 27 13:42:34 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Mar 27 13:42:34 2010 +0000 |
tree | abcd38d26192dcb64589e4e079fc2534e369cd46 | |
parent | ff889396a845a557aa440a6960fcc5d8e6d9033a [diff] [blame] |
Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
diff --git a/Lib/test/test_unittest.py b/Lib/test/test_unittest.py index 1e2b323..86a998b 100644 --- a/Lib/test/test_unittest.py +++ b/Lib/test/test_unittest.py
@@ -4,7 +4,7 @@ def test_main(): - test_support.run_unittest(unittest.test.test_suite()) + test_support.run_unittest(unittest.test.suite()) test_support.reap_children()