The description has some mistakes. Please, change it for this one:

Description: doublex is a testing library for Python that allows to create
mocks, stubs and spies.

There are a lot of libraries for mocking in Python, but doublex is both the
most complete and the
more easy to use. It allows any kind of mocks, stubs and spies in a very
pythonic way. It supports
properties mocking and other advanced features.
.
One of the best improvements of this library is that it does not add any
kind of public methods to the
testing doubles, so it cannot match with any of the real object's functions.

2012/9/27 Miguel Ángel García <miguelangel.gar...@gmail.com>

> Package: wnpp
> Severity: wishlist
> Owner: "Miguel Ángel García" <miguelangel.gar...@gmail.com>
>
> * Package name    : python-doublex
>   Version         : 0.6.1
>   Upstream Author : David Villa Alises <david.vi...@gmail.com>
> * URL             : https://bitbucket.org/DavidVilla/python-doublex
> * License         : GPL
>   Programming Lang: Python
>   Description     : doublex is a test doubles framework for the Python
> platform
>
>  doublex is a test doubles framework for the Python platform. Test doubles
>  frameworks are also called mocking or isolation frameworks. doublex can be
>  used as a testing tool or as a Test Driven Development tool.
>  .
>  It generates stubs, spies, and mock objects using a minimal interface. It
>  support hamcrest matchers both stub definitions and spy checking. All
>  assertions are done using hamcrest assert_that(). Moreover, it’s been
> designed
>  to make your tests less fragile when possible.
>



-- 
Miguel Ángel García Martínez
http://www.magmax.org
Mail <miguelangel.gar...@gmail.com> | Twitter <http://twitter.com/#magmax9>
 | LinkedIn <http://www.linkedin.com/in/miguelangelgarciamartinez> |
about.me <http://about.me/miguelangelgarcia>

Reply via email to