summaryrefslogtreecommitdiffstats
path: root/python/mock/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-21 21:32:16 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:02:25 +0700
commitd0183e7b6f2d2d09ea174bcee1bb24424b67f214 (patch)
tree16fb5a3b6d4f3075c363d83be5414e5fa651f3f5 /python/mock/README
parentfaa40a3410bd1f7690cf1b90594f21ced4f1efa0 (diff)
downloadslackbuilds-d0183e7b6f2d2d09ea174bcee1bb24424b67f214.tar.gz
slackbuilds-d0183e7b6f2d2d09ea174bcee1bb24424b67f214.tar.xz
python/mock: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mock/README')
-rw-r--r--python/mock/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/mock/README b/python/mock/README
index 448beb6f81..f9fa27381a 100644
--- a/python/mock/README
+++ b/python/mock/README
@@ -1,9 +1,9 @@
mock (unit test library for Python 2)
-mock is a library for testing in Python 2. It allows you to replace parts of
-your system under test with mock objects, and to make assertions about how they
-have been used.
+mock is a library for testing in Python 2. It allows you to replace
+parts of your system under test with mock objects, and to make
+assertions about how they have been used.
-IMPORTANT: For Python3 you do not need this module. Please use the standard
-library instead (unittest.mock). This package contains a rolling backport of
-the standard library compatible with Python 2.7.
+IMPORTANT: For Python3 you do not need this module. Please use the
+standard library instead (unittest.mock). This package contains a
+rolling backport of the standard library compatible with Python 2.7.