> I used to like to do that too, but the test script is *so* good, > that I recomment using it: > > python test.py testXXXX Actually, I hadn't realised before that you can type python test.py testModule from the Zope3 root directory, and the test script will find the lib/python/Persistence/test/testModule.py module and run its tests. Wahey! -- Steve Alexander