This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
61afd2694b
cpython
/
Lib
/
unittest
History
Michael Foord
c2294dd6ba
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956
2010-02-18 21:37:07 +00:00
..
__init__.py
Adding TextTestResult to unittest.__all__
2010-02-11 14:12:07 +00:00
__main__.py
…
case.py
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956
2010-02-18 21:37:07 +00:00
loader.py
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
2010-02-06 00:22:26 +00:00
main.py
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
2009-09-27 19:15:41 +00:00
result.py
Issue 7893 and Issue 7588
2010-02-10 14:25:12 +00:00
runner.py
Issue 7893 and Issue 7588
2010-02-10 14:25:12 +00:00
suite.py
Change error report when the object passed to suite.addTest is not
2010-01-28 21:16:33 +00:00
util.py
unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956
2010-02-18 20:30:09 +00:00