]> granicus.if.org Git - python/commit
assertRaises as context manager now allows you to access exception as documented
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 7 Feb 2010 18:44:12 +0000 (18:44 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 7 Feb 2010 18:44:12 +0000 (18:44 +0000)
commit2bd52dcccbd38908ae2a3b3bdceb3b04d6b16c81
tree089ff2404ebb4b86054f3dda2b0396b9c99f8038
parenta4f46e129294c686ef1effdd89c459bd9a624e6d
assertRaises as context manager now allows you to access exception as documented
Lib/test/test_unittest.py
Lib/unittest/case.py