1. c6fa90c fix typo in unittest docs (closes #26046) by Benjamin Peterson · 10 years ago
  2. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
  3. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  4. 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
  5. 3995421 #24548: replace dead link with pointer to archive.org. by R David Murray · 10 years ago
  6. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  7. 87d415f Issue #23125: Update nose project page link. by Berker Peksag · 11 years ago
  8. 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  9. 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
  10. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  11. 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  12. 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
  13. 5851218 #17282: Document unittest.main defaultTest argument. by R David Murray · 12 years ago
  14. f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 12 years ago
  15. 36c3368 #18951: use consistent names in unittest docs. by Ezio Melotti · 12 years ago
  16. ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 12 years ago
  17. 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 12 years ago
  18. d599142 #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 12 years ago
  19. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 12 years ago
  20. 183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. by Ezio Melotti · 12 years ago
  21. 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  22. ff0deb0 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  23. 79b2dba Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  24. 13cee16 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  25. 6bb9c73 Add missing comma. by Ezio Melotti · 13 years ago
  26. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 13 years ago
  27. 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 13 years ago
  28. 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
  29. 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 14 years ago
  30. 055d70d #13695: fix a couple of typos in the doc. by Ezio Melotti · 14 years ago
  31. 080b6f0 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
  32. aa512f0 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
  33. a7cbe28 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
  34. c3ab30b Fix typo. by Ezio Melotti · 14 years ago
  35. 3cbb66b Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  36. dd7c593 Backport from 3.x several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  37. 9e1ed47 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
  38. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
  39. a8132ec Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 15 years ago
  40. 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
  41. 8dde201 Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). by Michael Foord · 15 years ago
  42. 4a76905 Fix typo. by Stefan Krah · 15 years ago
  43. 6f635f4 Consolidate deprecation messages. by Georg Brandl · 15 years ago
  44. 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
  45. 8851b71 Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547. by Michael Foord · 15 years ago
  46. 6038318 Markup fix; clarify by adding 'in that order' by Andrew M. Kuchling · 15 years ago
  47. 5453366 Fix typos by Andrew M. Kuchling · 15 years ago
  48. fb759a2 Fix doubled 'the'. by Andrew M. Kuchling · 15 years ago
  49. 47b5440 Adding versionadded to various new unittest functions in documentation by Michael Foord · 15 years ago
  50. 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
  51. fa900d4 typo by Barry Warsaw · 15 years ago
  52. 90aae55 #8360: skipTest was added in 2.7. by Georg Brandl · 15 years ago
  53. efc2f49 Correction of unittest documentation typos and omissions by Michael Foord · 15 years ago
  54. d341ec8 Further documentation fix for unittest.rst by Michael Foord · 15 years ago
  55. c5ff3f6 Furterh documentation fix for unittest.rst by Michael Foord · 15 years ago
  56. 3165503 Documentation fixes for unittest by Michael Foord · 15 years ago
  57. 5543035 Document signal handling functions in unittest.rst by Michael Foord · 15 years ago
  58. ddb20df Adding documentation for new unittest.main() parameters by Michael Foord · 15 years ago
  59. 09e2980 unittest documentation formatting changes by Michael Foord · 15 years ago
  60. ba097ec Documenting new features in unittest by Michael Foord · 15 years ago
  61. 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
  62. 08090bf Improve the basic example. by Raymond Hettinger · 15 years ago
  63. 68beef6 Pep8ify test names in the examples. by Ezio Melotti · 15 years ago
  64. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
  65. 7b5aa46 Doc fix for unittest. by Michael Foord · 16 years ago
  66. fe6349c Make assertMultiLineEqual the default for comparing unicode strings. by Michael Foord · 16 years ago
  67. dc3694b Rename "exc_value" attribute on assertRaises context manager to "exception". by Georg Brandl · 16 years ago
  68. 1c7c730 #7864: make deprecation notices a bit clearer. by Georg Brandl · 16 years ago
  69. ba7732e Minor doc change. by Michael Foord · 16 years ago
  70. fb0844b Adding versionadded to test skipping section of unittest documentation. by Michael Foord · 16 years ago
  71. 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 16 years ago
  72. 1c43001 Closes issue 7030. by Michael Foord · 16 years ago
  73. 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 16 years ago
  74. e70c72c Minor modification to unittest documentation. by Michael Foord · 16 years ago
  75. 7b4e02c #7765: typos by Ezio Melotti · 16 years ago
  76. 5afe42b remove wrong markup by Ezio Melotti · 16 years ago
  77. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  78. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
  79. 17565e5 Documentation improvement for load_tests protocol in unittest. Issue 6515. by Michael Foord · 16 years ago
  80. dc0460a Remove an extraneous space in unittest documentation. by Michael Foord · 16 years ago
  81. 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
  82. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 16 years ago
  83. e2a7798 issue 6275 by Kristján Valur Jónsson · 16 years ago
  84. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 16 years ago
  85. d198b76 Fix markup. by Georg Brandl · 16 years ago
  86. 2fcd173 Rewrap a few long lines. by Georg Brandl · 16 years ago
  87. b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 16 years ago
  88. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
  89. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
  90. 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
  91. 07ef487 by Michael Foord · 16 years ago
  92. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
  93. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
  94. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
  95. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  96. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
  97. 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
  98. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
  99. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
  100. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago