Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
unittest
/
runner.py
bf2ad34
Pass on parameters in unittest.TextTestResult.__init__ super call
by Michael Foord
· 13 years ago
55727e1
Merged revisions 86511 via svnmerge from
by Benjamin Peterson
· 14 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
fa2f1cd
Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly
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
d99ef9a
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
by Michael Foord
· 15 years ago
db43b5a
Issue 7893 and Issue 7588
by Michael Foord
· 15 years ago
47dded6
Backport micro-fix from the py3k svnmerge
by Antoine Pitrou
· 16 years ago
0734c63
Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
by Antoine Pitrou
· 16 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago