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
/
result.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #10979. unittest stdout buffering now works for class and module fixtures.
Michael Foord
2011-03-17
1
-1/+7
*
Merged revisions 86101 via svnmerge from
Michael Foord
2010-11-01
1
-0/+1
*
unittest.result.TestResult does not create its buffers until they're used. It...
Michael Foord
2010-04-07
1
-3/+6
*
Cross platform unittest.TestResult newline handling when buffering stdout / s...
Michael Foord
2010-04-03
1
-11/+10
*
unittest tests no longer replace the sys.stdout put in place by regrtest
Michael Foord
2010-04-02
1
-6/+2
*
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...
Michael Foord
2010-04-02
1
-2/+4
*
Addition of -b command line option to unittest for buffering stdout and stder...
Michael Foord
2010-04-02
1
-2/+61
*
expected failure should not trigger failfast behavior in unittest.
Michael Foord
2010-03-22
1
-1/+0
*
-f/--failfast command line option for unittest. Issue 8074. Documentation sti...
Michael Foord
2010-03-22
1
-0/+13
*
Issue 7815. __unittest in module globals trims frames from reported stacktrac...
Michael Foord
2010-03-22
1
-5/+3
*
Addition of setUpClass and setUpModule shared fixtures to unittest.
Michael Foord
2010-03-07
1
-0/+2
*
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...
Michael Foord
2010-02-23
1
-1/+4
*
Support for old TestResult object (unittest) with warnings when using unsuppo...
Michael Foord
2010-02-22
1
-2/+2
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
1
-3/+2
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-0/+113