[Zope3-dev] ALL test crashing Python?

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Fri, 22 Nov 2002 09:55:44 -0500


You can ran an individual test module this way:

python test.py testModule

This will add Zope3/lib/python to the PYTHONPATH so that imports work.

Jeremy