2 Mar
2004
2 Mar
'04
2:58 p.m.
Chris McDonough wrote:
Has anyone found a reasonable strategy for using Zope's test.py to test products that are installed outside the Zope software home? I try running it from the software home and using the --dir option to point it to where my product is, but it tells me it can't find any tests.
I think I run test.py (or somethign similar) from a shell script in which I set the PRODUCTS_PATH environment variable, as well as INSTACNE_HOME and SOFTWARE_HOME. How shoudl I be looking to do that in Zope 2.7? ;-) cheers, Chris