cpython/Lib/unittest
Kristján Valur Jónsson 92a653af95 Merged revisions 74556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74556 | kristjan.jonsson | 2009-08-27 22:20:21 +0000 (fim., 27 ßg·. 2009) | 2 lines

  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-11-13 16:10:13 +00:00
..
__init__.py
__main__.py
case.py Merged revisions 74556 via svnmerge from 2009-11-13 16:10:13 +00:00
loader.py
main.py
result.py
runner.py Merged revisions 76196 via svnmerge from 2009-11-10 21:34:48 +00:00
suite.py
util.py