Unit Testing tool

Fredrik Lundh fredrik at effbot.org
Sat Dec 9 04:51:50 EST 2000


Syver Enstad wrote:
> What is the Python unit testing tool preferred by readers/writers from
> comp.lang.python?

here's my favourite:

http://www.mems-exchange.org/exchange/software/python/quixote/unittest.html

there are other implementations of Kent Beck's smalltalk framework,
but the one above feels more "pythonic". ymmv, of course...

also see Tim Peters' doctest.py (sorry, not pointer).

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list