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 (
Collapse
)
Author
Age
Files
Lines
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-1/+1
|
|
|
|
Fixed the case of the "Ctrl-" prefixes.
*
Correction to issue 17052 fix
Michael Foord
2013-02-11
1
-1/+1
|
*
Issue 17502: unittest discovery should use self.testLoader
Michael Foord
2013-02-10
1
-1/+4
|
*
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 ↵
Michael Foord
2010-04-02
1
-6/+18
|
|
|
|
stderr during test runs.
*
Addition of -c command line option to unittest, to handle ctrl-c during a ↵
Michael Foord
2010-03-26
1
-14/+47
|
|
|
|
test run more elegantly
*
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 ↵
Michael Foord
2010-03-22
1
-5/+16
|
|
|
|
still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
*
Issue 7815. __unittest in module globals trims frames from reported ↵
Michael Foord
2010-03-22
1
-0/+2
|
|
|
|
stacktraces in unittest.
*
Test creation moved from TestProgram.parseArgs to TestProgram.createTests ↵
Michael Foord
2009-09-27
1
-5/+8
|
|
|
|
exclusively. Issue 6956.
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-0/+175