summaryrefslogtreecommitdiff
path: root/devel/py-pretend/DESCR
blob: 738a3ef92fa8e41437b7a35d0b7c49ba20004673 (plain)
1
2
3
4
5
6
7
8
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.