Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
unittest
/
result.py
f6ff26c
unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
by Michael Foord
· 15 years ago
9b4ee12
Cross platform unittest.TestResult newline handling when buffering stdout / stderr.
by Michael Foord
· 15 years ago
25d7976
unittest tests no longer replace the sys.stdout put in place by regrtest
by Michael Foord
· 15 years ago
58c1e78
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option
by Michael Foord
· 15 years ago
5637f04
Addition of -b command line option to unittest for buffering stdout and stderr during test runs.
by Michael Foord
· 15 years ago
0ce1672
expected failure should not trigger failfast behavior in unittest.
by Michael Foord
· 15 years ago
1b9e953
-f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
by Michael Foord
· 15 years ago
b1aa30f
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
by Michael Foord
· 15 years ago
5ffa325
Addition of setUpClass and setUpModule shared fixtures to unittest.
by Michael Foord
· 15 years ago
d99ef9a
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
by Michael Foord
· 15 years ago
ae3db0a
Support for old TestResult object (unittest) with warnings when using unsupported features.
by Michael Foord
· 15 years ago
db43b5a
Issue 7893 and Issue 7588
by Michael Foord
· 15 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago