Re: [Zope-dev] Testing my product

2002-01-18 Thread Thomas Förster
On Thursday, 17. January 2002 16:02, Chris McDonough wrote: ...[unittesting products]... Please read both the Zope developer's guide and the document UNITTEST.txt in the Zope doc directory. Well, UNITTEST.txt is focused on writing unit tests for the Zope core itself. My experience is,

Re: [Zope-dev] im_self of methods accessed via non trivial acquisition

2002-01-18 Thread Phillip J. Eby
At 09:42 AM 1/18/02 +0100, Stefan Bund wrote: A--O--[a] | | | [b] | O--B--O--[c] | | | | | [d] | | | O--[e] | | | [f] | [g] ... let /m/ be a method of the objekt /f/. The expression of interest is x := A.m I would expect /x.im_self/ to be an acquisition wrapper C C :=

[Zope-dev] Security Gurus Wanted

2002-01-18 Thread vio
Could someone have a look at the following 'Boring' class with the security functionality added (as described in ZopeBook/6.Security and some other products). Could 'security' machinery be broken in Zope-2.4.1 ? It surely doesn't seem to work as adverised, on my machine at least (Debian Linux

[Zope-dev] Folding Zope Into an Install

2002-01-18 Thread Noah Friedland
Fellow Zopers: I have recently completed a small app built on zope. I am trying to build an inno setup install script that will install zope silently (with a pre-determined master user/password). Any help on this would be greatly appreciated. --N