[Zope3-dev] Re: running tests from src as opposed to an instance

2006-07-07 Thread Philipp von Weitershausen
Chris Withers wrote: Philipp von Weitershausen wrote: $ svn co .../trunk Zope3 $ cd Zope3 $ make $ python test.py -s zope.i18n Ah cool, didn't notice that test.py lived there in Zope 3... Now, what about Zope 2, Zope 2 checkouts ship with pretty much the same test.py script. more

[Zope3-dev] Re: running tests from src as opposed to an instance

2006-07-07 Thread Chris Withers
Philipp von Weitershausen wrote: Zope 2 releases should ship with bin/test.py (probably Scripts\test.py on Windows). Though the one shipping with Zope 2.9.3 doesn't properly set up PYTHONPATH to include the Zope 2.9.3 SOFTWARE_HOME. Perhaps that's going to be fixed in Zope 2.9.4 which won't be

[Zope3-dev] Re: running tests from src as opposed to an instance

2006-07-06 Thread Philipp von Weitershausen
Chris Withers wrote: Hi All, Is there any more graceful way to run the zope.i18n tests from the Zope core than the following from an instance: bin\tests --path=/../lib/python -s zope.i18n $ svn co .../trunk Zope3 $ cd Zope3 $ make $ python test.py -s zope.i18n Philipp