aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pretend/pkg-descr
blob: e17cf5f430be2b42f8a71db70d205768c31bd4c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.

WWW: https://github.com/alex/pretend