[TIP] new assertion library for unit tests

Michael Gratton michael at quuxo.com
Tue Aug 12 19:09:25 PDT 2008


Hi guys,

I've just released a new assertion library for Python and would be
interested in getting the list's feedback on it. It uses a fluent
interface[0] which I feel is a big improvement over unittests's {assert|
fail} methods.

The library is called Achoo[1], available from PyPi[2] and using
`easy_install Achoo`.

Cheers,
/Mike

[0] - <http://www.martinfowler.com/bliki/FluentInterface.html> 
[1] - <http://web.quuxo.com/products/achoo/>
[2] - <http://pypi.python.org/pypi/Achoo>

-- 
Michael Gratton <michael at quuxo.com>     
Quuxo Software <http://web.quuxo.com/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.idyll.org/pipermail/testing-in-python/attachments/20080813/e99c45fd/attachment.pgp 


More information about the testing-in-python mailing list