1. c134584 Close #22756: Improve the test output for some assertEqual tests. by Robert Collins · 10 years ago
  2. f920c21 Close #19746: expose unittest discovery errors on TestLoader.errors by Robert Collins · 10 years ago
  3. 1ed2e69 Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  4. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  5. e87b7ea fix windows tests (#16662) by Benjamin Peterson · 10 years ago
  6. a37b958 Closes #21270 : We now override tuple methods in mock.call objects. by Kushal Das · 10 years ago
  7. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  8. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  9. 869778e #22092: merge with 3.4. by Ezio Melotti · 10 years ago
  10. 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
  11. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  12. 130a566 Suppress a couple more DeprecationWarnings in the test suite. by R David Murray · 10 years ago
  13. 047f14c Closes #21256: Printout of keyword args in deterministic order in mock calls. by Kushal Das · 10 years ago
  14. b1e5844 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  15. 9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  16. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  17. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 10 years ago
  18. 484f8a8 Closes Issue 21222. by Kushal Das · 10 years ago
  19. d122906 Fix typo in test method name. by Mark Dickinson · 10 years ago
  20. 68290f4 Removes unused varargs and varkwargs from assert_not_called(). by Kushal Das · 10 years ago
  21. 8af9db3 Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 10 years ago
  22. 8c14534 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 10 years ago
  23. 15f2d17 Merge by Michael Foord · 10 years ago
  24. 5d1f6c3 Merge by Kushal Das · 10 years ago
  25. fddcfa2 Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names. by Michael Foord · 10 years ago
  26. 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 10 years ago
  27. d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 10 years ago
  28. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  29. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  30. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 10 years ago
  31. b5c66f8 Fix breakage in TestSuite.countTestCases() introduced by issue #11798. by Antoine Pitrou · 10 years ago
  32. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  33. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  34. 514afeb Merge by Michael Foord · 11 years ago
  35. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  36. bc39869 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  37. 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  38. 6c6b3f7 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  39. d5d0bc3 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  40. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  41. 468ec34 Remove shadowed test by Michael Foord · 11 years ago
  42. 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
  43. a19b1a6 Adjust comment by Antoine Pitrou · 11 years ago
  44. 4b3c58c Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation by Antoine Pitrou · 11 years ago
  45. e1ba8df Issue #19013: add a __main__ to unittest.test to ease CLI invocation by Antoine Pitrou · 11 years ago
  46. 356bdeb Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules by Antoine Pitrou · 11 years ago
  47. 1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules by Antoine Pitrou · 11 years ago
  48. 23543eb Merge docstring typo fix from 3.3 by Mark Dickinson · 11 years ago
  49. 51ef074 Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  50. 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
  51. 59360aa Back out 868ad6fa8e68 - it left all the buildbots failing. by Tim Peters · 11 years ago
  52. a412137 Temporary disable tests cleanup (issue 11798). by Andrew Svetlov · 11 years ago
  53. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  54. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  55. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  56. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  57. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  58. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  59. 06d3abb clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  60. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  61. c601dc1 Merge #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  62. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  63. 8ab1e51 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  64. 8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  65. 22e162f Fix bug in TestResult.addSubTest() by Antoine Pitrou · 11 years ago
  66. 85a2522 #8906: merge with 3.3. by Ezio Melotti · 11 years ago
  67. 31797e5 #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  68. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 11 years ago
  69. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  70. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  71. 89e6b31 #17504: merge with 3.3. by Ezio Melotti · 11 years ago
  72. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 11 years ago
  73. cf936c7 #17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black. by Ezio Melotti · 11 years ago
  74. c9b3ef2 Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. by Antoine Pitrou · 11 years ago
  75. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  76. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 11 years ago
  77. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  78. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  79. eae2b38 #16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  80. 2005447 Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram by Petri Lehtinen · 11 years ago
  81. 890d72d Merge. Closes issue 17052. by Michael Foord · 11 years ago
  82. b71b8ec Merge by Michael Foord · 11 years ago
  83. f78f5b1 Correction to issue 17052 fix by Michael Foord · 11 years ago
  84. 4e08f78 Merge. Closes issue 17052. by Michael Foord · 11 years ago
  85. a23a39c Merge by Michael Foord · 11 years ago
  86. 8fd396b Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 11 years ago
  87. 5c64df7 Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. by Antoine Pitrou · 11 years ago
  88. beb29b1 Merge by Michael Foord · 11 years ago
  89. d1da29c Merge by Michael Foord · 11 years ago
  90. 6debd76 Closes issue 15505. unittest.installHandler and non-callable signal handlers. by Michael Foord · 11 years ago
  91. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  92. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  93. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  94. dee9043 #16433: merge with 3.3. by Ezio Melotti · 12 years ago
  95. 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
  96. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  97. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  98. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  99. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  100. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago