[Zope-dev] Zope Tests: 5 OK

2008-05-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed May 14 11:00:00 2008 UTC to Thu May 15 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Wed May 14 21:00:10 EDT 2008 URL:

[Zope-dev] zope.testing console script

2008-05-15 Thread Tarek Ziadé
Hi, I am comparing nose, py.test and zope.testing, and I realized zope.testing does not install a console script at Python level. it is not really a problem when working with a buildout-centric approach (thanks to zc.recipe.testrunner), but how can zope.testing be used with plain Python package

[Zope-dev] Re: zope.testing console script

2008-05-15 Thread Philipp von Weitershausen
Tarek Ziadé wrote: If nothing exists, I would like to suggest adding a setuptools console entry point in zope.testing setup.py file, to get a python script in the $PYTHON/bin folder, exactly like what zc.recipe.testrunner does. +1 It could be called zope.testrunner maybe ? (nose= nostests,

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Wichert Akkerman
Previously Tarek Ziadé wrote: I am comparing nose, py.test and zope.testing, and I realized zope.testing does not install a console script at Python level. it is not really a problem when working with a buildout-centric approach (thanks to zc.recipe.testrunner), but how can zope.testing be

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Christian Theune
On Thu, May 15, 2008 at 01:43:05PM +0200, Wichert Akkerman wrote: Previously Tarek Ziadé wrote: I am comparing nose, py.test and zope.testing, and I realized zope.testing does not install a console script at Python level. it is not really a problem when working with a buildout-centric

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Chris McDonough
Tarek Ziadé wrote: Hi, I am comparing nose, py.test and zope.testing, and I realized zope.testing does not install a console script at Python level. it is not really a problem when working with a buildout-centric approach (thanks to zc.recipe.testrunner), but how can zope.testing be used with

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Tarek Ziadé
On Thu, May 15, 2008 at 2:10 PM, Christian Theune [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 01:43:05PM +0200, Wichert Akkerman wrote: Previously Tarek Ziadé wrote: I am comparing nose, py.test and zope.testing, and I realized zope.testing does not install a console script at Python

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Tarek Ziadé
Phillip: I suppose having it called 'test' (which is our convention) is a bit arrogant. But calling it 'zope.testrunner' creates the allusion that the package is called zope.testrunner as well. How about 'run-zope.testing' or something along those lines? Chris McDonough [EMAIL PROTECTED]

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Benji York
On Thu, May 15, 2008 at 7:43 AM, Wichert Akkerman [EMAIL PROTECTED] wrote: Is there a reason to advocate zope.testing over the others? Would it perhaps make more sense to use one of the more widely used tools instead of maintaing our own testing toolkit? I'd also like for us to adopt one of

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Christian Theune
Hi, On Thu, May 15, 2008 at 02:19:17PM +0200, Tarek Ziadé wrote: On Thu, May 15, 2008 at 2:10 PM, Christian Theune [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 01:43:05PM +0200, Wichert Akkerman wrote: Previously Tarek Ziadé wrote: I am comparing nose, py.test and zope.testing, and I

[Zope-dev] Re: sad news about Joachim Schmitz

2008-05-15 Thread Paul Everitt
Martijn Faassen wrote: Hi there, Joachim Schmitz, long-standing member of the Zope community, died last weekend. Please see the following: http://faassen.n--tree.net/blog/view/weblog/2008/05/14/0 That was a wonderfully written memoriam, Martijn, thanks for writing it. A number of things

Re: [Zope-dev] zope.testing console script

2008-05-15 Thread Jim Fulton
On May 15, 2008, at 7:00 AM, Tarek Ziadé wrote: I am comparing nose, py.test and zope.testing, and I realized zope.testing does not install a console script at Python level. That's a bug. If nothing exists, I would like to suggest adding a setuptools console entry point in zope.testing