summaryrefslogtreecommitdiff
path: root/devel/py-pretend/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pretend/DESCR')
-rw-r--r--devel/py-pretend/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-pretend/DESCR b/devel/py-pretend/DESCR
new file mode 100644
index 00000000000..738a3ef92fa
--- /dev/null
+++ b/devel/py-pretend/DESCR
@@ -0,0 +1,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.