[Subversion] / PEAK / src / peak / api / tests.py  

View of /PEAK/src/peak/api/tests.py

Parent Directory | Revision Log
Revision: 1275 - (download) (as text)
Mon Jul 21 00:55:16 2003 UTC (20 years, 8 months ago) by pje
File size: 512 byte(s)
The templates have landed!  We can parse and render templates, and use them
as web methods on locations.  There's even a (yes, just one) unit test.
Big TODO lists both in the package and its test suite, but at least it's
working.  Made minor adjustments to publishing algorithms so that locations
know their parent locations, and methods know the location that they were
found in. Bumped package version to 0.5a3, since we've been in the alpha 3
cycle for a while now.
"""PEAK API test suite package.

    This only tests packages with an active and current test suite.
"""

allSuites = [
    'peak.binding.tests:test_suite',
    'peak.config.tests:test_suite',
    'peak.model.tests:test_suite',
    'peak.naming.tests:test_suite',
    'peak.running.tests:test_suite',
    'peak.security.tests:test_suite',
    'peak.storage.tests:test_suite',
    'peak.web.tests:test_suite',
]


def test_suite():
    from peak.util.imports import importSuite
    return importSuite(allSuites)


cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help