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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore default testRunner argument in unittest.main to None. Issue 6177
Michael Foord
2009-06-02
1
-1/+3
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
1
-7/+178
*
Make assertSequenceEqual error messages less cryptic, particularly for nested...
Michael Foord
2009-05-25
1
-25/+32
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-35/+9
*
Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in...
Michael Foord
2009-05-21
1
-3/+3
*
Better fix for modules using unittest.main(). Fixes regression caused by comm...
Michael Foord
2009-05-12
1
-1/+1
*
Fix to restore command line behaviour for test modules using unittest.main()....
Michael Foord
2009-05-12
1
-1/+2
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-2/+5
*
(no commit message)
Michael Foord
2009-05-02
1
-1/+30
*
Add addCleanup and doCleanups to unittest.TestCase.
Michael Foord
2009-05-02
1
-22/+52
*
Adds an exit parameter to unittest.main(). If False main no longer
Michael Foord
2009-05-02
1
-8/+7
*
fix a few nits in unittest.py #5771
Benjamin Peterson
2009-04-18
1
-2/+2
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
1
-0/+12
*
Change the way unittest.TestSuite use their tests to always access them throu...
Michael Foord
2009-04-05
1
-4/+4
*
Store the functions in the _type_equality_funcs as wrapped objects that are d...
Michael Foord
2009-04-02
1
-4/+15
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
1
-69/+99
*
remove double underscores
Benjamin Peterson
2009-04-01
1
-31/+32
*
Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
Gregory P. Smith
2009-03-31
1
-9/+17
*
Rename the actual method definitions to the official assertFoo names.
Gregory P. Smith
2009-03-31
1
-21/+26
*
The unittest.TestCase.assertEqual() now displays the differences in lists,
Gregory P. Smith
2009-03-31
1
-21/+446
*
rename TestCase.skip() to skipTest() because it causes annoying problems with...
Benjamin Peterson
2009-03-26
1
-1/+1
*
remove uneeded function
Benjamin Peterson
2009-03-26
1
-11/+4
*
add shorthands for expected failures and unexpected success
Benjamin Peterson
2009-03-25
1
-2/+2
*
another style nit
Benjamin Peterson
2009-03-24
1
-1/+2
*
fix newline issue in test summary
Benjamin Peterson
2009-03-24
1
-1/+3
*
fix typo
Benjamin Peterson
2009-03-24
1
-1/+1
*
add new skipping things to __all__
Benjamin Peterson
2009-03-24
1
-2/+4
*
update docstring
Benjamin Peterson
2009-03-24
1
-1/+2
*
remove special metadata
Benjamin Peterson
2009-03-24
1
-4/+0
*
some cleanup and modernization
Benjamin Peterson
2009-03-24
1
-41/+50
*
update from CVS
Benjamin Peterson
2009-03-23
1
-1/+1
*
comply with the evilJavaNamingScheme for attribute names
Benjamin Peterson
2009-03-23
1
-7/+7
*
implement test skipping and expected failures
Benjamin Peterson
2009-03-23
1
-15/+189
*
Issue #2153: modernize coding style of unittest.py, remove obsolete compatibi...
Antoine Pitrou
2008-12-28
1
-46/+25
*
Issue #4444: Allow assertRaises() to be used as a context handler.
Antoine Pitrou
2008-12-28
1
-8/+30
*
Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...
Nick Coghlan
2008-08-11
1
-0/+3
*
#3390: replace a remaining has_key().
Georg Brandl
2008-07-18
1
-1/+1
*
Suppress -3 warnings in unittest.py
Raymond Hettinger
2008-07-10
1
-5/+12
*
#2787: Flush stdout after writing test name, helpful when running
Georg Brandl
2008-05-11
1
-0/+4
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-2/+2
*
Hashing simplification pointed out by Thomas Wouters.
Collin Winter
2007-03-09
1
-4/+3
*
Add some sanity checks to unittest.TestSuite's addTest(s) methods.
Georg Brandl
2007-03-07
1
-0/+9
*
Patch #787789: allow to pass custom TestRunner instances to unittest's
Georg Brandl
2007-03-07
1
-4/+12
*
Patches #1550273, #1550272: fix a few bugs in unittest and add a
Georg Brandl
2007-03-07
1
-19/+54
*
Patch #1388073: Make unittest.TestCase easier to subclass
Georg Brandl
2006-01-20
1
-13/+13
*
Reduce the usage of the types module.
Raymond Hettinger
2005-02-07
1
-1/+1
*
SF bug #1078905: Docs for unittest run() methods are misleading
Raymond Hettinger
2004-12-04
1
-4/+5
*
Patch #1061904 / bug #878275: give a nicer error message when someone
Johannes Gijsbers
2004-11-07
1
-0/+2
*
Added an __iter__ method for test suites.
Jim Fulton
2004-08-28
1
-0/+3
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
[next]