cpython/Lib/unittest
Florent Xicluna aabbda5354 Merge 3.2
2011-10-28 14:52:29 +02:00
..
test test that TestCase doesn't get cycles 2011-07-14 12:48:25 -05:00
__init__.py
__main__.py
case.py #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 2011-09-28 17:37:55 +03:00
loader.py Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
main.py Fix minor issue in implementation of issue 10470. 2010-12-19 03:59:10 +00:00
result.py Issue #10979. unittest stdout buffering now works with class and module setup and teardown. 2011-03-17 13:44:18 -04:00
runner.py Issue 10786: unittest.TextTestRunner default stream no longer bound at import time 2010-12-30 19:36:29 +00:00
signals.py
suite.py Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
util.py Keep helper functions private. 2010-12-24 11:24:00 +00:00