[Subversion] / PEAK / src / peak / web / tests / __init__.py  

View of /PEAK/src/peak/web/tests/__init__.py

Parent Directory | Revision Log
Revision: 1275 - (download) (as text)
Mon Jul 21 00:55:16 2003 UTC (20 years, 9 months ago) by pje
File size: 321 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.web test suite package

Use with unittest.py to run all tests, or use the 'test_suite()' function in
an individual module to get just those tests."""


allSuites = [
    'test_templates:test_suite',
]


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


cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help