[Zope-dev] unit testing framework proposal

2000-08-15 Thread Chris McDonough
Please see http://dev.zope.org/Wikis/DevSite/Proposals/UnitTestingFramework for a propsal for inclusion of a unit testing framework within Zope. Comments appreciated. Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org ___ Zope

[Zope-dev] ZClass properties and DTML

2000-08-15 Thread Carl Robitaille
Hi, Here is a small introduction on what I'm trying to acheive. I want to have a simple bilingual News system on my web site, having headlines and text in both languages. At first, I read the ZDG and then some HOW-TOs to learn how to make ZClasses. So I created a new product, and a ZClass

[Zope-dev] Re: unit testing framework proposal

2000-08-15 Thread Stefane Fermigier
> Message: 2 > From: Chris McDonough <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: [Zope-dev] unit testing framework proposal > Date: Tue, 15 Aug 2000 14:10:14 -0400 > > Please see > http://dev.zope.org/Wikis/DevSite/Proposals/UnitTestingFramework for a > propsal

RE: [Zope-dev] Re: unit testing framework proposal

2000-08-15 Thread Chris McDonough
Well, one method of attack is to develop the guts of your Product as a Python-only layer. Do all the "hard stuff" in the Python-only part of your Product. Develop unit tests to go along with this layer. Then, when you're ready to Zope-ify it, wrap a thin Zope layer around it. This works well wi

Re: [Zope-dev] remote procedure calls to manage functions

2000-08-15 Thread Kent Polk
On 10 Aug 2000 08:10:01 -0500, Jim Fulton wrote: >Michel Pelletier wrote: >> Jim Fulton wrote: >> > Michel Pelletier wrote: >> > > Also, ZClient >> > > is much faster i've found, probably due to the marshalling/unmarshalling >> > > necessary for xml-rpc. >> > >> > That's interesting..Hm. ZCl