[issue9587] unittest.assertRaises() return the raised exception

Michael Foord report at bugs.python.org
Mon Aug 16 00:16:38 CEST 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

Providing access to the exception on the context manager was *precisely* to meet the use case of wanting to make assertions about the exception. I tend to agree with Guido that having one of the asserts return something is a bit odd, but irrespective of that I don't think we should have two ways of doing exactly the same thing. 

In general I find that the with statement version of assertRaises looks a lot better than the old way of calling it, so I guess I also disagree that it is "overkill" or adds bloat.

Sorry guys.

----------

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


More information about the Python-bugs-list mailing list