mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-43400: Remove "easy to use" from mock docs (GH-24752)
This commit is contained in:
parent
6714825414
commit
2122e48630
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module and class level attributes within the scope of a test, along with
|
|||
some examples of how to use :class:`Mock`, :class:`MagicMock` and
|
||||
:func:`patch`.
|
||||
|
||||
Mock is very easy to use and is designed for use with :mod:`unittest`. Mock
|
||||
Mock is designed for use with :mod:`unittest` and
|
||||
is based on the 'action -> assertion' pattern instead of 'record -> replay'
|
||||
used by many mocking frameworks.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue