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
/
main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improving help message for python -m unittest. Issue 8303.
Michael Foord
2010-05-10
1
-5/+6
*
Adding a test for unittest test discovery with dotted path name.
Michael Foord
2010-05-07
1
-4/+4
*
Minor tweak to unittest command line usage message
Michael Foord
2010-04-03
1
-1/+2
*
Adding -b command line option to the unittest usage message.
Michael Foord
2010-04-03
1
-6/+8
*
Addition of -b command line option to unittest for buffering stdout and stder...
Michael Foord
2010-04-02
1
-6/+18
*
Addition of -c command line option to unittest, to handle ctrl-c during a tes...
Michael Foord
2010-03-26
1
-14/+47
*
Correct usage message displayed for python -m unittest -h
Michael Foord
2010-03-22
1
-7/+1
*
expected failure should not trigger failfast behavior in unittest.
Michael Foord
2010-03-22
1
-1/+1
*
Removing Python 2.3 compatibility code from unittest.
Michael Foord
2010-03-22
1
-2/+1
*
-f/--failfast command line option for unittest. Issue 8074. Documentation sti...
Michael Foord
2010-03-22
1
-5/+16
*
Issue 7815. __unittest in module globals trims frames from reported stacktrac...
Michael Foord
2010-03-22
1
-0/+2
*
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...
Michael Foord
2009-09-27
1
-5/+8
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-0/+175