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 ncoghlan
Recipients docs@python, ncoghlan
Date 2011-01-26.02:46:08
SpamBayes Score 1.3405943e-13
Marked as misclassified No
Message-id <1296009969.38.0.282241852849.issue11015@psf.upfronthosting.co.za>
In-reply-to
Content
The test.support docs are there to help CPython devs with writing good unit tests more easily. There are a few additions we've made in recent years that haven't made it into the .rst file, so it is easy to miss useful tools if you don't go looking through the module source code.

There are some other helper modules (such as test.script_helper) that could also stand to be made easier to find.

Fixing this is just a matter of doing a pass through test.support and the test directory looking for things that might be worth mentioning in the test package docs.
History
Date User Action Args
2011-01-26 02:46:09ncoghlansetrecipients: + ncoghlan, docs@python
2011-01-26 02:46:09ncoghlansetmessageid: <1296009969.38.0.282241852849.issue11015@psf.upfronthosting.co.za>
2011-01-26 02:46:08ncoghlanlinkissue11015 messages
2011-01-26 02:46:08ncoghlancreate