Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
unittest
/
main.py
72b1977
Improving help message for python -m unittest. Issue 8303.
by Michael Foord
· 15 years ago
215d394
Adding a test for unittest test discovery with dotted path name.
by Michael Foord
· 15 years ago
3dd9f40
Minor tweak to unittest command line usage message
by Michael Foord
· 15 years ago
d43b63f
Adding -b command line option to the unittest usage message.
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
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
eef159b
Correct usage message displayed for python -m unittest -h
by Michael Foord
· 15 years ago
0ce1672
expected failure should not trigger failfast behavior in unittest.
by Michael Foord
· 15 years ago
4989969
Removing Python 2.3 compatibility code from 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
d6aabcf
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
by Michael Foord
· 16 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago