New submission from Nick Coghlan <ncogh...@gmail.com>:

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.

----------
assignee: docs@python
keywords: easy
messages: 127086
nosy: docs@python, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Bring test.support docs up to date
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to