K 10 svn:author V 5 koobs K 8 svn:date V 27 2015-06-02T09:58:10.201094Z K 7 svn:log V 377 [NEW] devel/py-pretend: Library for stubbing in Python 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 END