[z3-five] Re: getting the tests to run
Martijn Faassen
faassen at infrae.com
Fri Aug 27 18:37:01 MEST 2004
Tres Seaver wrote:
> Do you have a document describing how you expect the tests to be run?
Have you looked at README.txt in the tests directory? The system makes
use of ZopeTestCase and requires the FiveTest product to be installed. I
do not think things will run with other test runners than
runalltests.py. From your experiments it looks like you're trying to use
a different test framework altogether. I'm used to ZopeTestCase, which
is heavily used by Plone and Silva among other projects.
Anyway, what should be enough is setting INSTANCE_HOME, SOFTWARE_HOME,
and PYTHONPATH (to include Zope 3, or alternatively set it in your
zope.conf), and then:
python2.3 runalltests.py
Regards,
Martijn
More information about the z3-five
mailing list