Running the unit tests on 2.6.2?
Zope-2.6.2-src doesn't come with a script to run all the unit tests. Looking at cvs.zope.org, I found test.py, but it's only for 2.7 - it imports logging.config which doesn't exist in 2.6.2. What do I do to run all the unit tests for zope 2.6.2? -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's BRAINDEAD SINFUL PROFESSOR! (random hero from isometric.spaceninja.com)
Never mind, I found the answer: 1) get testrunner.py from http://www.zope.org/Members/shh/TestRunner/testrunner.py/view 2) The help claims that -p ignore the line in the help that claims -p ("add lib/python to the Python search path") is on by default. For me, -p does not work at all! The tests did not run until I exported PYTHONPATH=lib/python. Sorry for the noise. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's YET ANOTHER LAGOMORPH IN THE CLOSET! (random hero from isometric.spaceninja.com)
participants (1)
-
Paul Winkler