summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-29*sigh*Chris Withers
2020-01-29this skip is no longer neededChris Withers
2020-01-29*sigh*Chris Withers
2020-01-29another packaging test bugfixChris Withers
2020-01-29paranoid packaging check for 3.6Chris Withers
2020-01-29fixup: package checksChris Withers
2020-01-29Merge pull request #476 from cjw296/restart_for_4Chris Withers
2020-01-29Preparing for 4.1.0 release.Chris Withers
2020-01-29ReST bugfixChris Withers
2020-01-29another code coverage patternChris Withers
2020-01-29bug fix on committing changed version fileChris Withers
2020-01-29fixup: point sphinx conf at new version locationChris Withers
2020-01-29latest sync pointChris Withers
2020-01-29bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...blhsing
2020-01-29Get mock coverage back to 100% (GH-18228)Chris Withers
2020-01-29bpo-39485: fix corner-case in method-detection of mock (GH-18252)Carl Friedrich Bolz-Tereick
2020-01-29instructions for running coverage on cpython's mock packageChris Withers
2020-01-29ignore empty yield methods tooChris Withers
2020-01-29fixup: uncache backportChris Withers
2020-01-29fixup: simplify IsolatedAsyncioTestCase backportChris Withers
2020-01-29Clarify and fix assertions that mocks have not been awaited (GH-18196)Chris Withers
2020-01-29Backports: c7dd3c7d87d6961756d99b57aa13db7c7a03e1f8, skipped: already appliedChris Withers
2020-01-29bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock ...Karthikeyan Singaravelan
2020-01-29bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)Vegard Stikbakke
2020-01-29bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)Paulo Henrique Silva
2020-01-29bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)Matthew Kokotovich
2020-01-29move testasync to backports.iscoroutinefunction to keep inline with upstream ...Chris Withers
2020-01-29pypy actually gets this right, so make it clear in the testChris Withers
2020-01-29this one no longer fails on pypyChris Withers
2020-01-29flip more to iscoroutinefunction backportChris Withers
2020-01-29bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...Karthikeyan Singaravelan
2020-01-29Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)Mario Corchero
2020-01-29bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)Emmanuel Arias
2020-01-29Improve test coverage for AsyncMock. (GH-17906)Karthikeyan Singaravelan
2020-01-29remove unused __version__ from mock.py (#17977)Chris Withers
2020-01-29bpo-38669: patch.object now raises a helpful error (GH17034)Elena Oat
2020-01-29minimal backport of IsolatedAsyncioTestCase to get tests passing on Py3.6Chris Withers
2020-01-29bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH...Jason Fried
2020-01-29bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson
2020-01-29bpo-38163: Child mocks detect their type as sync or async (GH-16471)Lisa Roach
2020-01-29bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443)Lisa Roach
2020-01-29bpo-38108: Makes mock objects inherit from Base (GH-16060)Lisa Roach
2020-01-29support for py3.6Chris Withers
2020-01-29bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361)Samuel Freilich
2020-01-29bpo-36871: Handle spec errors in assert_has_calls (GH-16005)Samuel Freilich
2020-01-29turn warnings for async stuff into errors.Chris Withers
2020-01-29bpo-38136: Updates await_count and call_count to be different things (GH-16192)Lisa Roach
2020-01-29bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)Lisa Roach
2020-01-29bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166)Abraham Toriz Cruz
2020-01-29bpo-38100: Fix spelling error in unittest.mock code (GH-16168)marcoramirezmx