This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients flox, georg.brandl, michael.foord, r.david.murray, tarek
Date 2010-03-31.12:55:41
SpamBayes Score 0.0009821941
Marked as misclassified No
Message-id <1270040143.55.0.0192489431687.issue8273@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-03-31 12:55:45tareksetrecipients: + tarek, georg.brandl, r.david.murray, michael.foord, flox
2010-03-31 12:55:43tareksetmessageid: <1270040143.55.0.0192489431687.issue8273@psf.upfronthosting.co.za>
2010-03-31 12:55:42tareklinkissue8273 messages
2010-03-31 12:55:41tarekcreate