15 Jun
2009
15 Jun
'09
6:53 a.m.
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. Currently the test scripts look like: http://svn.debian.org/viewsvn/pkg-zope/zope.component/trunk/debian/tests/all... Which is pretty scary... -- Brian Sutherland