Package: wnpp Severity: wishlist Owner: David Watson <[email protected]> X-Debbugs-CC: [email protected]
* Package name : python-mock Version : 0.5.0 Upstream Author : Michael Foord <[email protected]> * URL : http://www.voidspace.org.uk/python/mock/ * License : BSD Programming Lang: Python Description : Mocking and Testing Library mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. -- David Watson -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

