Michael Foord
|
db919f0188
|
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors.
|
2010-06-05 20:59:00 +00:00 |
Michael Foord
|
c1d7c5b7fa
|
Tests for unittest.TestCase.maxDiff.
|
2010-06-05 20:33:43 +00:00 |
Michael Foord
|
f2c25c5cb0
|
Fix unittest tests after previous commit.
|
2010-06-05 13:48:27 +00:00 |
Michael Foord
|
e37d75fce2
|
Removed the new max_diff argument to assertSequenceEqual. All 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.
|
2010-06-05 12:10:52 +00:00 |
Michael Foord
|
0100702b9a
|
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
|
2010-06-05 11:23:51 +00:00 |
Michael Foord
|
35b3792ed3
|
Turn unittest tests into a package
|
2010-03-25 23:56:33 +00:00 |