cpython/Lib/unittest
Kristján Valur Jónsson e2a77980b6 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.
2009-08-27 22:20:21 +00:00
..
__init__.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
__main__.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
case.py issue 6275 2009-08-27 22:20:21 +00:00
loader.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
main.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
result.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
runner.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
suite.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
util.py split unittest.py into a package 2009-07-19 20:18:21 +00:00