Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 10326: Fix regression to get test cases to pickle again. | Raymond Hettinger | 2011-06-25 | 1 | -0/+15 |
| | |||||
* | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings ↵ | Ezio Melotti | 2011-04-27 | 1 | -0/+36 |
| | | | | are too long. | ||||
* | Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual | Michael Foord | 2011-03-17 | 1 | -14/+26 |
| | |||||
* | Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a ↵ | Michael Foord | 2010-12-19 | 1 | -0/+5 |
| | | | | | | collections.Counter under the hood. This fixes bugs when comparing collections of items like sets that can be sorted without raising an exception but where sorting has no meaning. | ||||
* | Issue 10611. SystemExit should not cause a unittest test run to exit. | Michael Foord | 2010-12-19 | 1 | -0/+52 |
| | |||||
* | Fix error message for comparing single line strings in ↵ | Michael Foord | 2010-07-10 | 1 | -0/+15 |
| | | | | | | unittest.TestCase.assertEqual. Issue 9174 | ||||
* | Tests for issue 8302, skipped test in a setUpClass or a setUpModule are ↵ | Michael Foord | 2010-06-05 | 1 | -0/+4 |
| | | | | reported as skips rather than errors. | ||||
* | Tests for unittest.TestCase.maxDiff. | Michael Foord | 2010-06-05 | 1 | -0/+39 |
| | |||||
* | Fix unittest tests after previous commit. | Michael Foord | 2010-06-05 | 1 | -3/+6 |
| | |||||
* | Removed the new max_diff argument to assertSequenceEqual. All ↵ | Michael Foord | 2010-06-05 | 1 | -4/+21 |
| | | | | unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351. | ||||
* | Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. | Michael Foord | 2010-06-05 | 1 | -0/+19 |
| | |||||
* | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 1 | -0/+907 |