summaryrefslogtreecommitdiffstats
path: root/python/mock/slack-desc
diff options
context:
space:
mode:
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
commit589ba7f64bed5aa18cdc25a3cf4a3d49b0a024d0 (patch)
tree5394a0a6930309159643e43cc1b5c7a8e5ade8dd /python/mock/slack-desc
parent2588b322168d597e90add4e4dda673e88ff536b0 (diff)
downloadslackbuilds-589ba7f64bed5aa18cdc25a3cf4a3d49b0a024d0.tar.gz
slackbuilds-589ba7f64bed5aa18cdc25a3cf4a3d49b0a024d0.tar.xz
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-desc4
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