Trying to run unittests from a Zope HEAD installation, I stumbled over these setup.py issues:
- the new 'transaction' package is missing
- testrunner.py is installed, not test.py
- some files needed to run unittests are missing
- SearchIndex.UnIndex still imports BTree and IOBTree which were removed from setup.py 4 months ago
Proposals:
- install test.py instead of the deprecated testrunner.py
- install all files needed to run the unittests
- fix all test failures
- would be nice if at least the nightly tests could be run from a clean new installation instead of a sandbox
Cheers, Yuppie
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )