pkgsrc/devel/py-pretend/DESCR
wiz 904d60a51a Import py27-pretend-1.0.8 as devel/py-pretend.
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.
2014-03-31 08:18:37 +00:00

8 lines
283 B
Text

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.