Example #1
0
 def setUp(self):
     macros_test_path = '../../test/res/macros'
     source = os.path.join(os.path.dirname(__file__), macros_test_path)
     path = os.path.abspath(source)
     properties = {'MacroPath': [path]}
     unittest.TestCase.setUp(self)
     BaseMacroServerTestCase.setUp(self, properties)
     RunMacroTestCase.setUp(self)
Example #2
0
 def setUp(self):
     macros_test_path = '../../test/res/macros'
     source = os.path.join(os.path.dirname(__file__), macros_test_path)
     path = os.path.abspath(source)
     properties = {'MacroPath': [path]}
     unittest.TestCase.setUp(self)
     BaseMacroServerTestCase.setUp(self, properties)
     RunMacroTestCase.setUp(self)
Example #3
0
 def setUp(self):
     MeasSarTestTestCase.setUp(self)
     BaseMacroServerTestCase.setUp(self)
     RunMacroTestCase.setUp(self)
     unittest.TestCase.setUp(self)
Example #4
0
 def setUp(self):
     MeasSarTestTestCase.setUp(self)
     BaseMacroServerTestCase.setUp(self)
     RunMacroTestCase.setUp(self)
     unittest.TestCase.setUp(self)