1. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 5 years ago
  2. 6e240dd Doc: Missing backquotes. (GH-11982) by Julien Palard · 5 years ago
  3. 513e9b44 Doc: Fix typo. (GH-11315) by Julien Palard · 5 years ago
  4. 91f259b Clarify expectedFailure in the unittest docs. (#10953) by Gregory P. Smith · 6 years ago
  5. 009b2f0 Correct a typo in the Unittest documentation (GH-10397) by Géry Ogam · 6 years ago
  6. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  7. d855f2f unittest documentation: Spell pytest without the dot (GH-9820) by Andreas Pelme · 6 years ago
  8. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  9. e006b39 Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) by Benjamin Peterson · 6 years ago
  10. be4e5b8 Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670) by Benjamin Peterson · 6 years ago
  11. c33bb5d Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Ville Skyttä · 6 years ago
  12. 2e5566d Fix reST markup in unittest documentation (GH-8665) by Berker Peksag · 6 years ago
  13. dff4675 bpo-19950: Clarify unittest TestCase instance use. (GH-6875) by Gregory P. Smith · 6 years ago
  14. 98f42aa bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Mariatta · 6 years ago
  15. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  16. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 7 years ago
  17. 9255104 Improve test suite customization example (GH-3967) by Berker Peksag · 7 years ago
  18. 74921ed bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) by Jim Fasarakis-Hilliard · 7 years ago
  19. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  20. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  21. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  22. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  23. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  24. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  25. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  26. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  27. 5236ac6 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) by Guido van Rossum · 8 years ago
  28. 4a45235 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) by Guido van Rossum · 8 years ago
  29. 0033593 Merge with 3.5 by Zachary Ware · 8 years ago
  30. f0a71cf Fix typo by Zachary Ware · 8 years ago
  31. 933c66a Issue #18548: Merge from 3.5 by Berker Peksag · 8 years ago
  32. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  33. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  34. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  35. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  36. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  37. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  38. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  39. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  40. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 9 years ago
  41. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  42. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  43. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  44. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  45. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  46. 478eadc Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  47. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  48. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  49. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  50. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  51. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  52. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 9 years ago
  53. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  54. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  55. 4dcd61f Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  56. a1a1409 Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  57. bf2bda3 Close #22457: Honour load_tests in the start_dir of discovery. by Robert Collins · 10 years ago
  58. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  59. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  60. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  61. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  62. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  63. f920c21 Close #19746: expose unittest discovery errors on TestLoader.errors by Robert Collins · 10 years ago
  64. 3f1ef9e Closes #18729: minor markup improvement. by Georg Brandl · 10 years ago
  65. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  66. 7f84d1e #18566: Whitespace by Terry Jan Reedy · 10 years ago
  67. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 10 years ago
  68. f98021c Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 10 years ago
  69. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  70. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 10 years ago
  71. 1272426 merge from 3.3 by Senthil Kumaran · 10 years ago
  72. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 10 years ago
  73. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 11 years ago
  74. 42fa110 whatsnew: unittest import time SkipTest reported as skip not error. by R David Murray · 11 years ago
  75. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  76. 6e731b0 Merge and update #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  77. 4d1639f Closes issue 20031. Document unittest.TextTestRunner.run method. by Michael Foord · 11 years ago
  78. ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  79. 7c89ae2 Address Terry's comments by Antoine Pitrou · 11 years ago
  80. 0715b9f Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. by Antoine Pitrou · 11 years ago
  81. 92ed890 #18951: merge with 3.3. by Ezio Melotti · 11 years ago
  82. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  83. 84eadd8 #18895: merge with 3.3. by Ezio Melotti · 11 years ago
  84. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  85. 0cd9442 #18894: merge with 3.3. by Ezio Melotti · 11 years ago
  86. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  87. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  88. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  89. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  90. 92e2a22 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  91. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  92. 937b50c Merge with 3.3 by Terry Jan Reedy · 11 years ago
  93. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  94. b7bb6f5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  95. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  96. 7168879 #17871: merge with 3.3. by Ezio Melotti · 11 years ago
  97. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  98. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 11 years ago
  99. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  100. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago