Using the zope.testing.testrunner with eggs is a bit different than with the usual package structure.
Testrunner ignores python .pth files. easy_install e.g. stores the egg folder information into site-packages/easy-install.pth.
Instead of
./test.py –package=zope.component
you now need to tell the testrunner where to find the egg directory (which holds the package itself). Something like
./test.py […]
Search
About
You are currently browsing the d2m weblog archives for the month March, 2007.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.

