1. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
  2. 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 16 years ago
  3. 07ef487 by Michael Foord · 16 years ago
  4. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
  5. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
  6. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
  7. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  8. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
  9. 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
  10. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
  11. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
  12. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago
  13. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  14. 097aafd fix consistency by Benjamin Peterson · 16 years ago
  15. 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 16 years ago
  16. be76d4c a more realistic example by Benjamin Peterson · 16 years ago
  17. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  18. 21b617b Add links to related resources. by Raymond Hettinger · 16 years ago
  19. 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 16 years ago
  20. 99721e0 refactor unittest docs by Benjamin Peterson · 16 years ago
  21. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  22. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  23. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  24. cc928de wrong version number in doc changes committed in r67979 by Antoine Pitrou · 17 years ago
  25. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 17 years ago
  26. 4517323 #3912: document default for *places* arg. by Georg Brandl · 17 years ago
  27. bc04346 #2757: Remove spare newline. by Georg Brandl · 17 years ago
  28. c557db5 #2249: document assertTrue and assertFalse. by Georg Brandl · 17 years ago
  29. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 18 years ago
  30. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago