Re: [Zope-dev] Exposing a zope-testrunner binary in zope.testing

2009-06-15 Thread Chris Withers
Brian Sutherland wrote: > > Any objections to me adding this line to zope.testing's setup.py: > > entry_points = {'console_scripts': ['zope-testrunner = > zope.testing.testrunner:run',]}, I don't know enough to comment on whether that's the right way or not, but I've felt for ages that zop

[Zope-dev] Exposing a zope-testrunner binary in zope.testing

2009-06-14 Thread Brian Sutherland
Hi, Any objections to me adding this line to zope.testing's setup.py: entry_points = {'console_scripts': ['zope-testrunner = zope.testing.testrunner:run',]}, It'll create a zope-testrunner binary which we would like to use in automatically testing zope Debian packages from the command line.