15 May
2008
15 May
'08
12:11 p.m.
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