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
616e8fc5ad
cpython
/
Lib
/
unittest
History
Ezio Melotti
cd4f657809
Fix exc_value -> exception in docstring
2010-02-08 21:52:08 +00:00
..
__init__.py
More yearly updates.
2010-01-01 13:07:05 +00:00
__main__.py
…
case.py
Fix exc_value -> exception in docstring
2010-02-08 21:52:08 +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
…
runner.py
Backport micro-fix from the py3k svnmerge
2009-11-10 21:39:25 +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
…