Re: [Zope3-Users] zope.testing question

2009-06-01 Thread Kent Tenney
On Sun, May 31, 2009 at 2:39 PM, Chris Withers wrote: > Kent Tenney wrote: >> >> "zope.testing uses buildout. To start, run python bootstrap.py. >> It will create a number of directories and the bin/buildout script. >> Next, run bin/buildout. It will create a test script for you. Now, run >> bin/t

Re: [Zope3-Users] zope.testing question

2009-06-01 Thread Chris Withers
Kent Tenney wrote: >> What are you looking to do with zope.testing? Develop it or write some tests >> using it? > > I don't know the first thing about it, just starting to read the doc. If you're looking to test yourpackage, put the following in a buildout.cfg, in the same directory as bootstrap

Re: [Zope3-Users] zope.testing question

2009-06-01 Thread Kent Tenney
On Sun, May 31, 2009 at 2:39 PM, Chris Withers wrote: > Kent Tenney wrote: >> >> "zope.testing uses buildout. To start, run python bootstrap.py. >> It will create a number of directories and the bin/buildout script. >> Next, run bin/buildout. It will create a test script for you. Now, run >> bin/t

Re: [Zope3-Users] Multi platform dev environment

2009-06-01 Thread Edward Zwart
On Sat, May 30, 2009 at 12:00 AM, Shailesh Kumar wrote: > Web component development with Zope 3 by Philipp von Weitershausen has been > my best resource on zope 3 developement all these years. Find more about > this book at : http://worldcookery.com/About Thanks Shailesh, I'm reading this book no

Re: [Zope3-Users] Multi platform dev environment

2009-06-01 Thread Shailesh Kumar
Hi Edward, Philipp's book (2nd edition which I use) is written with Zope 3.3 in mind. This was released few years ago. Since then, there has been quite a lot of evolution in terms of how zope 3 is organized, how instances are created etc. - People now use zc.buildout commonly for creating instances