On Wed, Aug 19, 2009 at 10:40 AM, Reinout van Rees<reinout@vanrees.org> wrote:
On 2009-08-18, Hanno Schlichting <hanno@hannosch.eu> wrote:
I wrote http://pypi.python.org/pypi/plone.recipe.alltests, which tries to do something similar at least.
Ha! That works fine and we're going to use it.
Awesome :)
I *did* get a bit scared of all the errors you get in zope.app.* packages. But that's apparently a known problem (and something that can be suppressed by the exclude parameter).
The main intent for the exclude argument is to exclude packages which cannot be tested either from their shipped distribution or are not zope.testing compatible like pytz, Paste, WebOb or similar. If there's failures in zope.app these should be fixed ;)
What do you think about adding defaults for the eggs and test-script parameters? Defaulting them ${test:eggs} and bin/test is probably enough in 99% of the cases. If you're OK with that I'll try it in a branch.
Reinout made a branch and these changes are soon available in a new release. Hanno