27 May
2002
27 May
'02
3:06 p.m.
zope2 comes with its own extensive suite of unit tests. you can find them easily in the zope source tree and learn how things are done there. (look for subdirectories named "tests") jens On Monday, May 27, 2002, at 09:40 , Jean-François Ménard wrote:
(Sorry for previous HTML message, /"!%/$?$& Outlook...)
I just read Unit testing chapter of the excellent "Dive into python" book. (www.diveintopython.org)
I know that Zope 3 development use Unit Testing modules extensibly.
I wonder if anyone use Unit Testing for Zope 2.x product development? Any advices or insights? Wich modules do I need to import, path setting, etc.?