]> granicus.if.org Git - python/commit
issue 6275
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 27 Aug 2009 22:20:21 +0000 (22:20 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 27 Aug 2009 22:20:21 +0000 (22:20 +0000)
commite2a77980b630dfcfdd2c934534c4a8847b93b927
treedcb801836767c29c2cc5df3b580973bfe65eb02b
parente746daa2cb65df18dc4b8af8e3de878d60eb4ced
issue 6275
Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package.  This allows further tests on the exception that was raised after the context manager exits.
Doc/library/unittest.rst
Lib/test/test_unittest.py
Lib/unittest/case.py