Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • upstream/master
  • 4.0.0b1
  • 3.0.5
  • 3.0.4
  • 3.0.3
  • 3.0.2
  • 3.0.1
  • 3.0.0
  • 2.0.0
  • 1.3.0
  • 1.2.0
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 0.8.0
  • release-0.5.0
20 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.029Jan241310Nov716Oct24Sep2320167May42130Apr272624Dec2330Nov2916Sep25Jul8May26Apr19Jan928Oct917Mar12Dec1126Sep116Apr423Mar2123Sep24Aug31Jul2924181715141110979Apr18Mar7Nov57Oct13Jul11Jun10923May523Apr21141329Mar282625201817151413854313Feb12107628Jan2726252423221615131110985432131Dec30291323Nov22129Oct121110987626Sep25241215Aug1211109865432127Jul2625232221201918171615131211874Improve test coverage for AsyncMock. (GH-17906)remove unused __version__ from mock.py (#17977)bpo-38669: patch.object now raises a helpful error (GH17034)minimal backport of IsolatedAsyncioTestCase to get tests passing on Py3.6bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)bpo-38839: Fix some unused functions in tests (GH-17189)bpo-38163: Child mocks detect their type as sync or async (GH-16471)bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443)bpo-38108: Makes mock objects inherit from Base (GH-16060)support for py3.6bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361)bpo-36871: Handle spec errors in assert_has_calls (GH-16005)turn warnings for async stuff into errors.bpo-38136: Updates await_count and call_count to be different things (GH-16192)bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166)bpo-38100: Fix spelling error in unittest.mock code (GH-16168)bpo-38122: minor fixes to AsyncMock spec handling (GH-16099)bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)backport fixed iscoroutinefunction from Python 3.8 bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)docs: Add references to AsyncMock in unittest.mock.patch (#13681)bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310)Fix assertions regarding magic methods function body that was not executed (GH-14154)Fix typos mostly in comments, docs and test names (GH-15209)bpo-36743: __get__ is sometimes called without the owner argument (#12992)bpo-35946: Improve assert_called_with documentation (GH-11796)bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH13261)bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Fix typos in comments, docs and test names (#15018)bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688)Skip cpython's 2085bd0877e17ad4d98a4586d5eabb6faecbb190 as PEP 570 syntax for positional-only parameters would limit this codebase to being Py3.8+ only.re-introduce skips for https://bitbucket.org/pypy/pypy/issues/3010PyPy's object class has no __sizeof__.run() implementation for py3.6, where it's missingpy3.6 needs the inner mock module to be deleted toovendor uncache helper in to our package.fix importsnot needed in backportnew cut from cpython as at 4a686504eb2bbf69adf78077458508a7ba131667
Loading