SIGN IN SIGN UP

Combine the functionality of test_support.run_unittest()

and test_support.run_classtests() into run_unittest()
and use it wherever possible.

Also don't use "from test.test_support import ...", but
"from test import test_support" in a few spots.

From SF patch #662807.
W
Walter Dörwald committed
21d3a32b99c5763444c34c189ef653ac9745f3c4
Parent: 90437c0