Michael Foord
|
4c9e91a092
|
Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual
|
2011-03-16 20:34:53 -04:00 |
Michael Foord
|
674648e3f2
|
unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs.
|
2010-06-05 12:58:39 +00:00 |
Michael Foord
|
b1aa30f94d
|
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
|
2010-03-22 00:06:30 +00:00 |
Michael Foord
|
98e7b7644b
|
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour
|
2010-03-20 03:00:34 +00:00 |
Michael Foord
|
225a099fe5
|
unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956
|
2010-02-18 20:30:09 +00:00 |
Benjamin Peterson
|
d7b0eebcae
|
split unittest.py into a package
|
2009-07-19 20:18:21 +00:00 |