diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2012-06-25 21:44:07 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 21:44:07 -0400 |
commit | 589ba7f64bed5aa18cdc25a3cf4a3d49b0a024d0 (patch) | |
tree | 5394a0a6930309159643e43cc1b5c7a8e5ade8dd /python/mock/slack-desc | |
parent | 2588b322168d597e90add4e4dda673e88ff536b0 (diff) |
python/mock: Updated for version 0.8.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 ad5967da8a46..164cdf24b109 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 |