mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
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.
|