• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

contrib/opal/ZSI/test/test_zsi_net.py

00001 #!/usr/bin/env python
00002 import test_t4
00003 import test_callhome
00004 from test_zsi import *
00005 
00006 def makeTestSuite():
00007     return unittest.TestSuite(
00008         map(lambda t: globals()[t].makeTestSuite(),
00009             filter(lambda g: g.startswith('test_') and True, globals()))
00010     )
00011 
00012 def main():
00013     unittest.main(defaultTest="makeTestSuite")
00014     suite = unittest.TestSuite()
00015 
00016 if __name__ == "__main__" : main()

Generated on Wed Oct 20 2010 11:12:16 for APBS by  doxygen 1.7.2