wok-current diff python-mock/description.txt @ rev 25628

add libffi dep for git, required by git-remote-https
author Stanislas Leduc <shann@slitaz.org>
date Tue Sep 05 19:41:41 2023 +0000 (14 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-mock/description.txt	Tue Sep 05 19:41:41 2023 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +Mock is a library for testing in Python.
     1.5 +It allows you to replace parts of your system under test with mock objects
     1.6 +and make assertions about how they have been used.
     1.7 +
     1.8 +Mock is now part of the Python standard library, available as unittest.mock
     1.9 +in Python 3.3 onwards.
    1.10 +
    1.11 +This package contains a rolling backport of the standard library mock code
    1.12 +compatible with Python 2.7 and 3.4 and up.