Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
 def setUp(self):
     MeasSarTestTestCase.setUp(self)
     BaseMacroServerTestCase.setUp(self)
     RunMacroTestCase.setUp(self)
     unittest.TestCase.setUp(self)
Esempio n. 4
0
 def setUp(self):
     MeasSarTestTestCase.setUp(self)
     BaseMacroServerTestCase.setUp(self)
     RunMacroTestCase.setUp(self)
     unittest.TestCase.setUp(self)