Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual | Michael Foord | 2011-03-17 | 1 | -0/+62 |
| | |||||
* | unittest.TestCase.assertDictEqual and assertMultilineEqual provide better ↵ | Michael Foord | 2010-06-05 | 1 | -4/+8 |
| | | | | default failure messages in the event of long diffs. | ||||
* | Issue 7815. __unittest in module globals trims frames from reported ↵ | Michael Foord | 2010-03-22 | 1 | -0/+3 |
| | | | | stacktraces in unittest. | ||||
* | Issue 7832: renaming unittest.TestCase.assertSameElements to ↵ | Michael Foord | 2010-03-20 | 1 | -0/+37 |
| | | | | assertItemsEqual and changing behaviour | ||||
* | unittest.TestCase uses safe_repr for producing failure messages. Partial fix ↵ | Michael Foord | 2010-02-18 | 1 | -0/+6 |
| | | | | for issue 7956 | ||||
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -0/+44 |