[New-bugs-announce] [issue19006] UnitTest docs should have a single list of assertions

Roy Smith report at bugs.python.org
Wed Sep 11 17:45:35 CEST 2013


New submission from Roy Smith:

http://docs.python.org/2/library/unittest.html#assert-methods

The docs say, "The TestCase class provides a number of methods to check for and report failures, such as", and then when you scroll a couple of screens down, there's another list, "There are also other methods used to perform more specific checks, such as".  These should be merged into a single list.  There's nothing fundamentally different about the two lists and breaking them into two parts just makes it harder to find what you want.

----------
assignee: docs at python
components: Documentation
messages: 197492
nosy: docs at python, roysmith
priority: normal
severity: normal
status: open
title: UnitTest docs should have a single list of assertions
versions: Python 2.7

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


More information about the New-bugs-announce mailing list