Library for stubbing in Python
Pretend is a library to make stubbing with Python easier. What is stubbing? Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation.
$
pkg install py311-pretendOrigin
devel/py-pretend
Size
22.2KiB
License
BSD3CLAUSE
Maintainer
bofh@FreeBSD.org
Dependencies
1 packages
Required by
0 packages