[docs] [issue18573] In unittest.TestCase.assertWarns doc there is some text about assertRaises()

py.user report at bugs.python.org
Sat Jul 27 20:20:02 CEST 2013


New submission from py.user:

http://docs.python.org/3/library/unittest.html#unittest.TestCase.assertWarns
"When used as a context manager, assertRaises() accepts"
"... is to perform additional checks on the exception raised"

----------
assignee: docs at python
components: Documentation
files: issue.diff
keywords: patch
messages: 193788
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In unittest.TestCase.assertWarns doc there is some text about assertRaises()
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31054/issue.diff

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


More information about the docs mailing list