Re: [Zope-dev] Re: Unit testing, ZUnit

2000-10-24 Thread Lalo Martins
On Tue, Oct 24, 2000 at 04:35:58AM -0700, Butch Landingin wrote: > > So I do have some questions about how you intend the ZUnit to be used... e.g. -- >lets say I'm > developing a Zope Application... I begin by writing the Python code interface, > then I start writing the PyUnit test... in the t

[Zope-dev] Re: Unit testing, ZUnit

2000-10-24 Thread Butch Landingin
--- In [EMAIL PROTECTED], Lalo Martins <[EMAIL PROTECTED]> wrote: > We first conceived it as a kind of Zope-based version of > unittestgui.py - you create a "TestRunner" object giving it the > package, module and name of a TestSuite object generator (see > the PyUnit documentation) and inside it