1. 5afe42b remove wrong markup by Ezio Melotti · 16 years ago
  2. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  3. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
  4. 17565e5 Documentation improvement for load_tests protocol in unittest. Issue 6515. by Michael Foord · 16 years ago
  5. dc0460a Remove an extraneous space in unittest documentation. by Michael Foord · 16 years ago
  6. e91ea56 Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. by Michael Foord · 16 years ago
  7. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 16 years ago
  8. e2a7798 issue 6275 by Kristján Valur Jónsson · 16 years ago
  9. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 16 years ago
  10. d198b76 Fix markup. by Georg Brandl · 16 years ago
  11. 2fcd173 Rewrap a few long lines. by Georg Brandl · 16 years ago
  12. b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 16 years ago
  13. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
  14. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
  15. 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
  16. 07ef487 by Michael Foord · 16 years ago
  17. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
  18. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
  19. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
  20. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  21. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
  22. 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
  23. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
  24. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
  25. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago
  26. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  27. 097aafd fix consistency by Benjamin Peterson · 16 years ago
  28. 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 16 years ago
  29. be76d4c a more realistic example by Benjamin Peterson · 16 years ago
  30. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  31. 21b617b Add links to related resources. by Raymond Hettinger · 16 years ago
  32. 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 16 years ago
  33. 99721e0 refactor unittest docs by Benjamin Peterson · 16 years ago
  34. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  35. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  36. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  37. cc928de wrong version number in doc changes committed in r67979 by Antoine Pitrou · 17 years ago
  38. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 17 years ago
  39. 4517323 #3912: document default for *places* arg. by Georg Brandl · 17 years ago
  40. bc04346 #2757: Remove spare newline. by Georg Brandl · 17 years ago
  41. c557db5 #2249: document assertTrue and assertFalse. by Georg Brandl · 17 years ago
  42. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 18 years ago
  43. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago