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
*
Addition of setUpClass and setUpModule shared fixtures to unittest.
Michael Foord
2010-03-07
1
-1/+395
*
Fix for potentials errors in constructing unittest failure messages. Plus ski...
Michael Foord
2010-03-07
1
-0/+47
*
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...
Michael Foord
2010-02-23
1
-1/+18
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
1
-0/+8
*
Support for old TestResult object (unittest) with warnings when using unsuppo...
Michael Foord
2010-02-22
1
-1/+49
*
Silence UnicodeWarning in crazy unittest test.
Michael Foord
2010-02-21
1
-4/+7
*
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...
Michael Foord
2010-02-18
1
-6/+3
*
unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...
Michael Foord
2010-02-18
1
-12/+20
*
Fix for unittest tests, to be merged to py3k
Michael Foord
2010-02-10
1
-3/+3
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
1
-10/+45
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
1
-2/+3
*
assertRaises as context manager now allows you to access exception as documented
Michael Foord
2010-02-07
1
-2/+7
*
Rename "exc_value" attribute on assertRaises context manager to "exception".
Georg Brandl
2010-02-07
1
-9/+1
*
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
Michael Foord
2010-02-06
1
-0/+2
*
Silence a couple of -3 warnings
Ezio Melotti
2010-02-02
1
-2/+5
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-26/+26
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-4/+4
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-5/+2
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-2/+5
*
Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
Antoine Pitrou
2009-11-10
1
-1/+15
*
Check and revert expected sys.path alterations
Nick Coghlan
2009-10-17
1
-5/+9
*
#7031: Add TestCase.assertIsInstance and negated method.
Georg Brandl
2009-10-01
1
-0/+12
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
1
-29/+33
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
1
-0/+41
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
1
-0/+5
*
issue 6275
Kristján Valur Jónsson
2009-08-27
1
-0/+15
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-2/+4
*
Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issu...
Michael Foord
2009-07-14
1
-9/+0
*
use assert* methods in test_unittest
Benjamin Peterson
2009-06-30
1
-53/+53
*
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
[next]