[Zope-dev] zunit 0.2 comments

Simon Michael simon@joyful.com
26 Apr 2001 01:21:01 -0700


Hi Lalo, 

thanks for your work on ZUnit. I have just been playing with 0.2.

To get it working in my zope account at Codeit, I moved Hiper from
Shared/ to Products/ and changed the import statements. 

I also needed to make some changes of this kind:

 #manage_RunTestsForm = Globals.HTMLFile('Products/ZUnit/dtml/TestRunner/RunTests')
 manage_RunTestsForm = Globals.HTMLFile('dtml/TestRunner/RunTests',globals())

I'm having trouble figuring out the syntax of the "test_ids"
property. Can you help ?

best regards,
-Simon