summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_case.py
Commit message (Collapse)AuthorAgeFilesLines
* Tests for issue 8302, skipped test in a setUpClass or a setUpModule are ↵Michael Foord2010-06-051-0/+4
| | | | reported as skips rather than errors.
* Tests for unittest.TestCase.maxDiff.Michael Foord2010-06-051-0/+39
|
* Fix unittest tests after previous commit.Michael Foord2010-06-051-3/+6
|
* Removed the new max_diff argument to assertSequenceEqual. All ↵Michael Foord2010-06-051-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 Foord2010-06-051-0/+19
|
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+907