16 Feb
2003
16 Feb
'03
11:10 p.m.
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