Achoo

From the README:

Achoo is a fluent interface for unit testing Python objects. Achoo makes it easy to make assertions about the properties and behaviours of Python objects. For example, is this object equal to this other one? Does calling this function with these arguments raise an error?

Download and Installation

Achoo is available from PyPi and can be installed from the command line using Easy Install:

easy_install Achoo

Alternatively, download a source archive and install manually:

Documentation

Full documentation is available using Python's built-in help() function. You can also view the API documentation for the latest release online or generate it from the source distribution using: ./setup.py doc

Support, Reporting Bugs, etc

For help using Achoo, to report bugs or ask for new features, send a message to the Achoo mailing list at achoo@code.quuxo.com.

To join the list, send a blank message to message to achoo-join@code.quuxo.com. You can unsubscribe any time with a blank message to the unsubscribe address.

Development

The source code for the latest deveopment version of Achoo is available using Bazaar from:

Licence

Achoo is Free Software. You can use, redistribute and/or modify it under the terms of the GNU LGPL v3.