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
/
test
/
test_unittest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unittest discovery tests for Windows. Issue 6199
Michael Foord
2009-06-05
1
-1/+3
*
Restore default testRunner argument in unittest.main to None. Issue 6177
Michael Foord
2009-06-02
1
-0/+8
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
1
-1/+296
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-8/+9
*
Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in...
Michael Foord
2009-05-21
1
-1/+1
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-10/+13
*
(no commit message)
Michael Foord
2009-05-02
1
-37/+197
*
Add addCleanup and doCleanups to unittest.TestCase.
Michael Foord
2009-05-02
1
-2/+106
*
don't let sys.argv be used in the tests
Benjamin Peterson
2009-05-02
1
-2/+5
*
Adds an exit parameter to unittest.main(). If False main no longer
Michael Foord
2009-05-02
1
-2/+71
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
1
-0/+23
*
Store the functions in the _type_equality_funcs as wrapped objects that are d...
Michael Foord
2009-04-02
1
-0/+12
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
1
-1/+171
*
Rename the actual method definitions to the official assertFoo names.
Gregory P. Smith
2009-03-31
1
-1/+27
*
The unittest.TestCase.assertEqual() now displays the differences in lists,
Gregory P. Smith
2009-03-31
1
-47/+417
*
rename TestCase.skip() to skipTest() because it causes annoying problems with...
Benjamin Peterson
2009-03-26
1
-2/+2
*
comply with the evilJavaNamingScheme for attribute names
Benjamin Peterson
2009-03-23
1
-2/+2
*
implement test skipping and expected failures
Benjamin Peterson
2009-03-23
1
-6/+124
*
Issue #4444: Allow assertRaises() to be used as a context handler.
Antoine Pitrou
2008-12-28
1
-0/+37
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-1/+22
*
Replaced import of the 'new' module with 'types' module and added a deprecati...
Christian Heimes
2007-11-27
1
-58/+30
*
Fix those parts in the testsuite that assumed that sys.maxint would cause ove...
Kristján Valur Jónsson
2007-05-03
1
-2/+4
*
Whitespace normalization.
Tim Peters
2007-03-12
1
-416/+416
*
Add some sanity checks to unittest.TestSuite's addTest(s) methods.
Georg Brandl
2007-03-07
1
-0/+13
*
Patches #1550273, #1550272: fix a few bugs in unittest and add a
Georg Brandl
2007-03-07
1
-17/+2275
*
Added an __iter__ method for test suites.
Jim Fulton
2004-08-28
1
-0/+31