]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- New fail*() methods, and comprehensive set of assert*() synonyms
authorSteve Purcell <steve@pythonconsulting.com>
Thu, 12 Apr 2001 09:05:01 +0000 (09:05 +0000)
committerSteve Purcell <steve@pythonconsulting.com>
Thu, 12 Apr 2001 09:05:01 +0000 (09:05 +0000)
commit15d8927f7e622c02ef91cb17dcddad00212e1ba1
tree345653c2e362de1f1721e5368c2b69e29178c57f
parent5c9aad6043724148f2159191cf14d751c6ec44d2
- New fail*() methods, and comprehensive set of assert*() synonyms
- TestCase.failureException defines the exception that indicates a test failure
- Docstrings for TestLoader class
- Added exc_info() hack back in
Lib/unittest.py