Dieter Maurer wrote: > Hanno Schlichting wrote at 2009-3-15 11:10 +0100: >> Dieter Maurer wrote: >>> The Zope 2.12 documention tells that the "test" command was removed >>> from "zopectl". >>> >>> "test" was a convenient way to test products and packages in the >>> context of the instance. How is this use case now supported? >> The normal way to develop anything in the Zope world is based on >> zc.buildout today. You can define a testrunner like this: > > I do not have good experience with buildout and will try to avoid it.
It ought to be possible to run the Zope testrunner by installing a script, e.g. installing zope.testrunner in a virtualenv to get the 'test' script. I don't know what more zc.recipe.testrunner does, but I agree that we shouldn't be dependent on buildout (over virtualenv+easy_install/pip) to be able to run tests. Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book _______________________________________________ Zope-Dev maillist - Zope-Dev@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 )