[Zope-dev] zope
Dieter Maurer
dieter@handshake.de
Mon, 17 Feb 2003 00:10:23 +0100
Gilles Lenfant wrote at 2003-2-16 17:29 +0100:
> Hi,
>
> I'm pretty familiar with the usual unittest package I use successfully with
> my non-Zope python projects, but I haven't get enough enlightenment for
> playing unit tests on my Zope products.
>
> * The tips from the Zope developer guide don't work (did I miss something ?)
> * I did'nt understand how to use testrunner.py and framework.py
> * I tried desperately to use the ZopeTestCase with no success
>
> Is there somewhere a "hello world" product using a ZopeTestCase test suite
> to help me to get the enlightenment ?
You look at some Zope product that uses unit tests.
One example: CMF.
Dieter