
brian at vanguardistas
Jun 14, 2009, 11:53 PM
Views: 319
Permalink
|
|
Exposing a zope-testrunner binary in zope.testing
|
|
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?revision=1397&view=markup Which is pretty scary... -- Brian Sutherland _______________________________________________ Zope-Dev maillist - Zope-Dev[at]zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
|