unittest setup

George Sakkis gsakkis at rutgers.edu
Sun Sep 25 20:19:23 EDT 2005


"paul kölle" <paul at subsignal.org> wrote:
>
> [snipped]
>
> It seems to me my case is not that exotic, I thought it would be quite
> natural to write the boilerplate stuff in setUp() and build on that to
> step through the applications state with test* methods each building on
> top of each other. Is that the wrong approach? Are there other
> frameworks supporting such a style?

Yes, py.test: http://codespeak.net/py/current/doc/test.html.

George





More information about the Python-list mailing list