freebsd-ports/devel/py-mock/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
386 B
Plaintext

mock is a library for testing in Python. It allows you to replace parts of
your system under test with mock objects and make assertions about how
they have been used.
mock is now part of the Python standard library, available as
unittest.mock in Python 3.3 onwards.
This package contains a rolling backport of the standard library mock code
compatible with Python 2.7 and 3.4 and up.