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 used with plain Python package ?
Is there any installer available, that would allow running zope.testing from the shell ?
To advocate zope.testing, I need to be able to demonstrate it can be used like the other tools available out there :D
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? Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.