Yes, let's make things explicit as David said:
- "test" package: tests for Python itself, with private stuff, undocumented.
- "unittest" package: the test framework that is used by the test package and that is public
I'd add a support module in unittest, containing these (maybe renamed and consolidated) and deprecate them in test_support:
- is_jython
- TESTFN
- forget
- findfile
- check_warnings
- captured_stdout
- TransientResource
- transient_internet
- EnvironmentVarGuard
- WarningsRecorder
- cpython_only
- temp_cwd
- sortdict