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

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

Parent Directory | Revision Log

version 464, Sat Jul 13 18:44:24 2002 UTC version 1895, Sat Oct 23 17:29:32 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 = [
     'SOX:test_suite',  
     'EigenData:test_suite',      'EigenData:test_suite',
       'FileParsing:test_suite',
       'SOX:test_suite',
     'uuid:test_suite',      'uuid:test_suite',
       'test_expr:test_suite',
       'test_mockdb:test_suite',
       'test_mockets:test_suite',
       'test_signature:test_suite',
       'test_conflict:test_suite',
 ]  ]
   
 def test_suite():  
   
     from unittest import TestSuite  
     from peak.binding.imports import importSequence  
   
     return TestSuite(  def test_suite():
         [t() for t in importSequence(allSuites, globals())]      from peak.util.imports import importSuite
     )      return importSuite(allSuites, globals())
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help