wok view python-mock/description.txt @ rev 25487

Up exiftool (12.50), foomatic-db (4.0-20221111), lzsa (1.4.0), zlib (1.2.13)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 16:20:54 2022 +0000 (19 months ago)
parents
children
line source
1 Mock is a library for testing in Python.
2 It allows you to replace parts of your system under test with mock objects
3 and make assertions about how they have been used.
5 Mock is now part of the Python standard library, available as unittest.mock
6 in Python 3.3 onwards.
8 This package contains a rolling backport of the standard library mock code
9 compatible with Python 2.7 and 3.4 and up.