From 2122e486307d5577cb5fb5e7cfd24095695bc7e9 Mon Sep 17 00:00:00 2001 From: Eddie Peters Date: Thu, 4 Mar 2021 18:39:29 -0500 Subject: bpo-43400: Remove "easy to use" from mock docs (GH-24752) --- Doc/library/unittest.mock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index f795a2e..1604731 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst @@ -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. -- cgit v0.12