index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
test
/
test_result.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-16
1
-2/+2
|
*
Fix deprecation warnings in test_unittest.
Ezio Melotti
2011-05-09
1
-4/+4
|
*
Issue #10979. unittest stdout buffering now works for class and module fixtures.
Michael Foord
2011-03-17
1
-0/+67
|
*
Fix unittest tests to not abuse traceback.format_exception
Michael Foord
2010-05-02
1
-1/+14
|
*
unittest.result.TestResult does not create its buffers until they're used. ↵
Michael Foord
2010-04-07
1
-3/+5
|
|
|
|
It uses StringIO not cStringIO. Issue 8333.
*
Another attempt at a fix for unittest.test.test_result for windows line endings
Michael Foord
2010-04-03
1
-5/+4
|
*
Cross platform unittest.TestResult newline handling when buffering stdout / ↵
Michael Foord
2010-04-03
1
-4/+5
|
|
|
|
stderr.
*
unittest tests no longer replace the sys.stdout put in place by regrtest
Michael Foord
2010-04-02
1
-2/+2
|
*
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ↵
Michael Foord
2010-04-02
1
-17/+14
|
|
|
|
(etc) in tests for unittest -b command line option
*
Addition of -b command line option to unittest for buffering stdout and ↵
Michael Foord
2010-04-02
1
-1/+129
|
|
|
|
stderr during test runs.
*
Backport of weakref.WeakSet and tests from Python 3.
Michael Foord
2010-03-29
1
-0/+1
|
*
Turn unittest tests into a package
Michael Foord
2010-03-25
1
-0/+359