I always do it (for zope or non zope stuffs). The problem is it's difficult to pass classes that use Zope features through the unittests without knowing in depth the Zope machinery. So I make as much as possible "blind" python ressources (classes, functions), in distinct modules, that can be used outside of Zope framework, then I make the Zope layer. --Gilles ----- Original Message ----- From: "Jean-François Ménard" <menard.jean-francois@hydro.qc.ca> To: <zope@zope.org> Sent: Monday, May 27, 2002 3:35 PM Subject: [Zope] Unit testing
I just read "Unit testing" chapter of the excellent "Dive into Python" book. I know that Zope 3 development extensively use unit testing development.
I wonder if anynone use unit testing for Zope 2.* product development?
Any insights or advices?