CMFTestCase 0.9.0 (Dec 16, 2006)

Compatible with CMF versions 1.4, 1.5, 1.6, 2.0, and 2.1.

For additional information about this project, please visit the overview page .

Available downloads

Product Package

For all platforms (0 kB)

Change log

  • Added CMF21 constant.
  • Prepared for switching ZopeTestCase to Zope3 interfaces.
  • Load etc/site.zcml lazily instead of using the wrapper.
  • Import extension profiles one by one to gain better control.
  • Added a CMFTestCase.addProfile() method that allows to import extension profiles into the site. This is an alternative to passing the extension_profiles argument to setupCMFSite().
  • Create the CMF site lazily using layer.CMFSite.
  • Renamed utils.py to five.py.