[docs] [issue19412] Add docs for test.support.requires_docstrings decorator

Nick Coghlan report at bugs.python.org
Mon Oct 28 03:07:15 CET 2013


Nick Coghlan added the comment:

OK, since David agrees the updated behaviour of the requires_docstring decorator makes sense (i.e. skipping __doc__ related tests whenever the docstrings are unreliable, regardless of the reason), I'm morphing this to be a test.support docs issue.

At least requires_docstring should be documented, but it may be worth documenting HAVE_DOCSTRINGS and MISSING_C_DOCSTRINGS as well.

----------
assignee:  -> docs at python
components: +Documentation -Tests
nosy: +docs at python
title: Add a test.support decorator for tests that require C level docstrings -> Add docs for test.support.requires_docstrings decorator

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19412>
_______________________________________


More information about the docs mailing list