| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
