1. ba876c4 bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221) by Irit Katriel · 3 years, 7 months ago
  2. fdb9efc bpo-41877: Check for misspelled speccing arguments (GH-23737) by vabr-g · 3 years, 8 months ago
  3. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 8 months ago
  4. c598a04 bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613) by idanw206 · 3 years, 8 months ago
  5. 4662fa9 bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165) by vabr-g · 3 years, 9 months ago
  6. 6fdfcec bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565) by Irit Katriel · 3 years, 9 months ago
  7. 8374d2e bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Lisa Roach · 3 years, 10 months ago
  8. a7f5d93 bpo-40275: Use new test.support helper submodules in tests (GH-21449) by Hai Shi · 4 years ago
  9. 6b34d7b bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067) by Kit Choi · 4 years, 1 month ago
  10. 46398fb bpo-29620: iterate over a copy of sys.modules (GH-4800) by kernc · 4 years, 2 months ago
  11. 719e14d bpo-40462: fix variable and function names (GH-19832) by Furkan Önder · 4 years, 3 months ago
  12. 521c8d6 bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock" (GH-19734) by Karthikeyan Singaravelan · 4 years, 4 months ago
  13. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 4 years, 4 months ago
  14. 3c8a5b4 bpo-40275: Avoid importing asyncio in test.support (GH-19600) by Serhiy Storchaka · 4 years, 4 months ago
  15. 4b222c9 bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) by Serhiy Storchaka · 4 years, 4 months ago
  16. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 4 years, 4 months ago
  17. e553f20 bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18924) by Karthikeyan Singaravelan · 4 years, 5 months ago
  18. 032de73 bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) by Steve Cirelli · 4 years, 6 months ago
  19. db5e86a Get mock coverage back to 100% (GH-18228) by Chris Withers · 4 years, 7 months ago
  20. a327677 bpo-39485: fix corner-case in method-detection of mock (GH-18252) by Carl Friedrich Bolz-Tereick · 4 years, 7 months ago
  21. a46575a Clarify and fix assertions that mocks have not been awaited (GH-18196) by Chris Withers · 4 years, 7 months ago
  22. c7dd3c7 Use relative imports in mock and its tests to help backporting (GH-18197) by Chris Withers · 4 years, 7 months ago
  23. 72b1004 bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029) by Karthikeyan Singaravelan · 4 years, 7 months ago
  24. aef7dc8 bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409) by Vegard Stikbakke · 4 years, 7 months ago
  25. 40c0809 bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521) by Paulo Henrique Silva · 4 years, 7 months ago
  26. 62865f4 bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116) by Matthew Kokotovich · 4 years, 7 months ago
  27. 66b00a9 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) by Karthikeyan Singaravelan · 4 years, 7 months ago
  28. e131c97 Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606) by Mario Corchero · 4 years, 7 months ago
  29. 1d0c5e1 bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437) by Emmanuel Arias · 4 years, 7 months ago
  30. 54f743e Improve test coverage for AsyncMock. (GH-17906) by Karthikeyan Singaravelan · 4 years, 7 months ago
  31. 31d6de5 remove unused __version__ from mock.py (#17977) by Chris Withers · 4 years, 7 months ago
  32. cd90a52 bpo-38669: patch.object now raises a helpful error (GH17034) by Elena Oat · 4 years, 8 months ago
  33. 046442d bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) by Jason Fried · 4 years, 9 months ago
  34. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 4 years, 9 months ago
  35. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 4 years, 9 months ago
  36. 3667e1e bpo-38163: Child mocks detect their type as sync or async (GH-16471) by Lisa Roach · 4 years, 11 months ago
  37. 25e115e bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) by Lisa Roach · 4 years, 11 months ago
  38. 9a7d951 bpo-38108: Makes mock objects inherit from Base (GH-16060) by Lisa Roach · 4 years, 11 months ago
  39. 2180f6b bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361) by Samuel Freilich · 4 years, 11 months ago
  40. b5a7a4f bpo-36871: Handle spec errors in assert_has_calls (GH-16005) by Samuel Freilich · 4 years, 11 months ago
  41. ef04851 bpo-38136: Updates await_count and call_count to be different things (GH-16192) by Lisa Roach · 4 years, 11 months ago
  42. 8b03f94 bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) by Lisa Roach · 5 years ago
  43. 5f5f11f bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Abraham Toriz Cruz · 5 years ago
  44. a9187c3 bpo-38100: Fix spelling error in unittest.mock code (GH-16168) by marcoramirezmx · 5 years ago
  45. 14fd925 bpo-38122: minor fixes to AsyncMock spec handling (GH-16099) by Michael Foord · 5 years ago
  46. d6a9d17 bpo-37555: Update _CallList.__contains__ to respect ANY (#14700) by Elizabeth Uselton · 5 years ago
  47. 72c3599 bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) by blhsing · 5 years ago
  48. 7264e92 bpo-36373: Fix deprecation warnings (GH-15889) by Andrew Svetlov · 5 years ago
  49. f1a297a bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Lisa Roach · 5 years ago
  50. f5e7f39 docs: Add references to AsyncMock in unittest.mock.patch (#13681) by Mario Corchero · 5 years ago
  51. d5fd75c bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082) by Naitree Zhu · 5 years ago
  52. 9d60706 bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Xtreak · 5 years ago
  53. aa51508 Fix assertions regarding magic methods function body that was not executed (GH-14154) by Xtreak · 5 years ago
  54. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 5 years ago
  55. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 5 years ago
  56. f5896a0 bpo-35946: Improve assert_called_with documentation (GH-11796) by Rémi Lapeyre · 5 years ago
  57. c961278 bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH13261) by Xtreak · 5 years ago
  58. 75e0649 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Steve Dower · 5 years ago
  59. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 5 years ago
  60. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  61. 7397cda bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) by Xtreak · 5 years ago
  62. 142566c [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) by Serhiy Storchaka · 5 years ago
  63. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 5 years ago
  64. 4dd3e3f bpo-32972: Async test case (GH-13386) by Andrew Svetlov · 5 years ago
  65. 0ae022c bpo-37075: Fix string concatenation in assert_has_awaits error message (GH-13616) by Xtreak · 5 years ago
  66. 0453081 bpo-32299: Return patched dict when using patch.dict as a context manager (GH-11062) by Mario Corchero · 5 years ago
  67. 436c2b0 bpo-36996: Handle async functions when mock.patch is used as a decorator (GH-13562) by Xtreak · 5 years ago
  68. ff6b2e6 bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574) by Xtreak · 5 years ago
  69. 394119a bpo-37008: make mock_open handle able to honor next() (GH-13492) by Damien Nadé · 5 years ago
  70. e7cb23b Fix RuntimeWarning in unittest.mock asyncio example (GH-13449) by Xtreak · 5 years ago
  71. 77b3b77 bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296) by Lisa Roach · 5 years ago
  72. f665b96 Fix typo in test comment (GH-11442) by Ashwin Ramaswami · 5 years ago
  73. b9b08cd bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991) by Zackery Spytz · 5 years ago
  74. 11a8832 bpo-31855: unittest.mock.mock_open() results now respects the argument of read([size]) (GH-11521) by Rémi Lapeyre · 5 years ago
  75. d53cf99 bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) by Serhiy Storchaka · 5 years ago
  76. adbf178 Mock 100% coverage (GH-13045) by Chris Withers · 5 years ago
  77. 49e27f0 remove jython support from unittest.mock (GH#13033) by Chris Withers · 5 years ago
  78. 0df635c Don't report deleted attributes in __dir__ (GH#10148) by Mario Corchero · 5 years ago
  79. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  80. 39baace Document that TestCase.assertCountEqual() can take iterables (GH-686) by jkleint · 5 years ago
  81. 9b21856 bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) by Xtreak · 5 years ago
  82. 830b43d bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) by Xtreak · 5 years ago
  83. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  84. 02b84cb bpo-36366: Return None on stopping unstarted patch object (GH-12472) by Xtreak · 5 years ago
  85. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 5 years ago
  86. 9c3f284 Autospec functions should propagate mock calls to parent GH-11273 by Xtreak · 5 years ago
  87. a875ea5 bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000 by Xtreak · 5 years ago
  88. 2bdd585 bpo-35500: align expected and actual calls on mock.assert_called_with error message. (GH-11804) by Susan Su · 5 years ago
  89. fd628cf bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) by Jason Fried · 6 years ago
  90. 222d303 bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 6 years ago
  91. 71f82a2 Fix mock_open docstring to use readline (#11176) by Xtreak · 6 years ago
  92. 8db5b54 bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) by Victor Stinner · 6 years ago
  93. 5a718e9 Add test for double patching instance methods (#11085) by Anthony Sottile · 6 years ago
  94. f7fa62e bpo-17185: Add __signature__ to mock that can be used by inspect for signature (GH11048) by Xtreak · 6 years ago
  95. f05df0a bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973) by Mario Corchero · 6 years ago
  96. 3cf7438 bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) by Anirudha Bose · 6 years ago
  97. 2042852 Remove unused function in `testmock/support.py` (GH-10975) by Mario Corchero · 6 years ago
  98. e63e617 bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) by Andrew Dunai · 6 years ago
  99. 8ca0fa9 bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) by Chris Withers · 6 years ago
  100. c667b09 bpo-32153: Add unit test for create_autospec with partial function returned in getattr (#10398) by Xtreak · 6 years ago