[Zope-dev] zope.testing console script
Chris McDonough
chrism at plope.com
Thu May 15 08:11:07 EDT 2008
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 plain Python package ?
>
> Is there any installer available, that would allow running
> zope.testing from the shell ?
FWIW, we wrapped it up like this:
http://svn.repoze.org/repoze.zope2/trunk/repoze/zope2/scripts/testrunner.py
(that's the backend for a "zope2testrunner" console script)
- C
More information about the Zope-Dev
mailing list