1. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  2. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  3. 514afeb Merge by Michael Foord · 11 years ago
  4. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  5. bc39869 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  6. 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  7. 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
  8. 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
  9. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  10. 468ec34 Remove shadowed test by Michael Foord · 11 years ago
  11. 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
  12. a19b1a6 Adjust comment by Antoine Pitrou · 11 years ago
  13. 4b3c58c Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation by Antoine Pitrou · 11 years ago
  14. e1ba8df Issue #19013: add a __main__ to unittest.test to ease CLI invocation by Antoine Pitrou · 11 years ago
  15. 356bdeb Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules by Antoine Pitrou · 11 years ago
  16. 1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules by Antoine Pitrou · 11 years ago
  17. 23543eb Merge docstring typo fix from 3.3 by Mark Dickinson · 11 years ago
  18. 51ef074 Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  19. 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
  20. 59360aa Back out 868ad6fa8e68 - it left all the buildbots failing. by Tim Peters · 11 years ago
  21. a412137 Temporary disable tests cleanup (issue 11798). by Andrew Svetlov · 11 years ago
  22. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  23. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  24. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  25. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  26. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  27. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  28. 06d3abb clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  29. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  30. c601dc1 Merge #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  31. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  32. 8ab1e51 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  33. 8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  34. 22e162f Fix bug in TestResult.addSubTest() by Antoine Pitrou · 11 years ago
  35. 85a2522 #8906: merge with 3.3. by Ezio Melotti · 11 years ago
  36. 31797e5 #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  37. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 11 years ago
  38. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  39. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  40. 89e6b31 #17504: merge with 3.3. by Ezio Melotti · 11 years ago
  41. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 11 years ago
  42. cf936c7 #17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black. by Ezio Melotti · 11 years ago
  43. 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
  44. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  45. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 11 years ago
  46. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  47. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  48. 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
  49. 2005447 Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram by Petri Lehtinen · 11 years ago
  50. 890d72d Merge. Closes issue 17052. by Michael Foord · 11 years ago
  51. b71b8ec Merge by Michael Foord · 11 years ago
  52. f78f5b1 Correction to issue 17052 fix by Michael Foord · 11 years ago
  53. 4e08f78 Merge. Closes issue 17052. by Michael Foord · 11 years ago
  54. a23a39c Merge by Michael Foord · 11 years ago
  55. 8fd396b Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 11 years ago
  56. 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
  57. beb29b1 Merge by Michael Foord · 11 years ago
  58. d1da29c Merge by Michael Foord · 11 years ago
  59. 6debd76 Closes issue 15505. unittest.installHandler and non-callable signal handlers. by Michael Foord · 11 years ago
  60. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  61. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  62. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  63. dee9043 #16433: merge with 3.3. by Ezio Melotti · 12 years ago
  64. 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
  65. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  66. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  67. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  68. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  69. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  70. 8ef1fce Merge by Michael Foord · 12 years ago
  71. d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
  72. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  73. f7c4158 Adding patch.stopall method to unittest.mock by Michael Foord · 12 years ago
  74. 7596364 Fix exception when calling reset_mock on a mock created with autospec by Michael Foord · 12 years ago
  75. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  76. f99983d Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  77. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  78. 9cf5c9d Remove incorrect comment by Michael Foord · 12 years ago
  79. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  80. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  81. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 12 years ago
  82. 656319e Make unittest.mock.create_autospec resilient against AttributeError on original object by Michael Foord · 12 years ago
  83. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 12 years ago
  84. aa8ec7e Fix unittest.mock.patch docstring by Michael Foord · 12 years ago
  85. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  86. 0340ea7 unittest.mock: removed another bit of Python 2 only code by Michael Foord · 12 years ago
  87. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago
  88. e58a562 unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec by Michael Foord · 12 years ago
  89. fb5d0a7 unittest.mock: remove another piece of Python 2 specific code by Michael Foord · 12 years ago
  90. 1ab27c6 Remove more Python 2 code from unittest.mock (obsolete function attributes) by Michael Foord · 12 years ago
  91. 0dccf65 Minor changes to the unittest.mock.mock_open helper by Michael Foord · 12 years ago
  92. 9925473 Addition of docstrings to unittest.mock helpers by Michael Foord · 12 years ago
  93. a74561a unittest.mock: set file_spec on first use by Michael Foord · 12 years ago
  94. 50a8c0e Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments by Michael Foord · 12 years ago
  95. 313f85f unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 12 years ago
  96. d7c65e2 Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally by Michael Foord · 12 years ago
  97. a74b3aa Remove more Python 2 compatibility cruft from unittest.mock by Michael Foord · 12 years ago
  98. c17adf4 Remove Python 2 compatibility cruft from unittest.mock by Michael Foord · 12 years ago
  99. ebff097 And another one... mock import fix. by Michael Foord · 12 years ago
  100. 83a1685 Fix another mock import by Michael Foord · 12 years ago