[Zope3-dev] test.py
Ulrich Schreiner
ulrich.schreiner@innuendo.de
Tue, 10 Jun 2003 15:18:51 +0200
hi,
i used to symbolic link my zope3 products in the "zopeproducts"
directory. when doing this, the "test.py" script does not find my
products and my tests.
it seems that the "os.path.walk" only walks over directories and not
over symbolic links.
zope3 loads the products at startup, so it would be nice to have a
test.py which does it too.
do i have a chance to use the "test.py" script? the "--dir" option does
not work (or i misunderstood it, this is more likely :-).
ok, i can run my tests standalone ...
</usc>