
CMFEditions tests depend on the ZopeTestCase package available here:
http://www.zope.org/Members/shh/ZopeTestCase

Tests may be run individually or as a mega-suite:

    - python test_IntegrationTests.py

    - python runalltests.py

Alternatively you may use the testrunner utility:

    - python /Zope/utilities/testrunner.py -qa


