diff options
Diffstat (limited to 'python/mock/slack-desc')
-rw-r--r-- | python/mock/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/mock/slack-desc b/python/mock/slack-desc index ad5967da8a..164cdf24b1 100644 --- a/python/mock/slack-desc +++ b/python/mock/slack-desc @@ -6,9 +6,9 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -mock: mock (a Mocking and Testing Library in Python) +mock: mock (implements a Mocking and Testing Library in Python) mock: -mock: mock is a Python module that provides a core Mock class. It removes +mock: mock is a Python module that provides a core Mock class. It removes mock: the need to create a host of stubs throughout your test suite. mock: The mock module also provides a patch() decorator that handles mock: patching module and class level attributes within the scope of a |