python3-doublex

test doubles framework for Python 3

Description

doublex is a test doubles framework for the Python unittest module. It may be used as a effective tool to perform Test Driven Development.

It provides stubs, spies, proxy-spies, mocks, individual methods, properties, etc. Methods support observer attachment or delegate return value generation to iterables, generators or even third party functions. A special double factory (called Mimic) allows one to create doubles inheriting original class superclasses. This provides replacements for the original instances even for code performing explicit type checking.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://bitbucket.org/DavidVilla/python-doublex


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-doublex