The Zope 2.7 test suite no longer fulfills an essential unit test suite requirement: that tests can be run in isolation.
Many test files contain "import Zope; Zope.startup()". When run in isolation, many of them fail because "getConfiguration().dbtab" is "None". Some test files seem to hande this configuration issue such that the complete test suite can be used. However, you do not want to analyse singular problems by always executing the complete test suite... -- Dieter _______________________________________________ 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 )