wok-6.x annotate python-mock/description.txt @ rev 25204
updated python-mock (1.0.1 -> 3.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:28:15 2022 +0100 (2022-07-13) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25204 | 1 Mock is a library for testing in Python. |
Hans-G?nter@25204 | 2 It allows you to replace parts of your system under test with mock objects |
Hans-G?nter@25204 | 3 and make assertions about how they have been used. |
Hans-G?nter@25204 | 4 |
Hans-G?nter@25204 | 5 Mock is now part of the Python standard library, available as unittest.mock |
Hans-G?nter@25204 | 6 in Python 3.3 onwards. |
Hans-G?nter@25204 | 7 |
Hans-G?nter@25204 | 8 This package contains a rolling backport of the standard library mock code |
Hans-G?nter@25204 | 9 compatible with Python 2.7 and 3.4 and up. |