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

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

Parent Directory | Revision Log

version 429, Wed Jun 19 01:07:11 2002 UTC version 1588, Tue Jan 13 23:05:23 2004 UTC
Line 1 
Line 1 
 """  """PEAK utility modules test suite package
 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  Use with unittest.py to run all tests, or use the 'test_suite()' function in
 those tests.  an individual module to get just those tests."""
 """  
   
 allSuites = [  allSuites = [
       'EigenData:test_suite',
       'dispatch:test_suite',
       'FileParsing:test_suite',
     'SOX:test_suite',      'SOX:test_suite',
       'uuid:test_suite',
       'test_mockdb:test_suite',
       'test_signature:test_suite',
 ]  ]
   
 def test_suite():  
   
     from unittest import TestSuite  def test_suite():
     from peak.binding.imports import importSequence      from peak.util.imports import importSuite
       return importSuite(allSuites, globals())
     return TestSuite(  
         [t() for t in importSequence(allSuites, globals())]  
     )  
   


Generate output suitable for use with a patch program
Legend:
Removed from v.429  
changed lines
  Added in v.1588

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help