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

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

Parent Directory | Revision Log
Revision: 1791 - (download) (as text)
Sun Jul 25 04:24:12 2004 UTC (19 years, 9 months ago) by pje
File size: 525 byte(s)
Removed 'peak.running.timers' and 'peak.util.dispatch'.  Neither was in
active use, and both are being replaced by the new generic functions
package in PyProtocols.
"""PEAK utility modules 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 = [
    'EigenData:test_suite',
    'FileParsing:test_suite',
    'SOX:test_suite',
    'uuid:test_suite',
    'test_expr:test_suite',
    'test_mockdb:test_suite',
    'test_mockets:test_suite',
    'test_signature: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