示例#1
0
 def setUp(self):
     TestManagement.setUp(self)
     self.virtual_survey2x = Survey2X(self.survey)
     self.actual_survey2x = Survey2Survey(self.survey)
     self.expected_actual = Path(ROOT, "survey",
                                 "test-management-survey.survey")
     self.expected_virtual = Path(ROOT, "x", "test-management-survey.x")
示例#2
0
 def __init__(self, survey, configuration=None):
     Survey2X.__init__(self, survey)
     self.tconf = configuration
示例#3
0
 def __init__(self, survey, configuration=None):
     Survey2X.__init__(self, survey)
     if configuration is None:
         configuration = Configuration()
     self.tconf = configuration
示例#4
0
 def setUp(self):
     TestManagement.setUp(self)
     self.s2x = Survey2X(self.survey)
示例#5
0
 def __init__(self, survey, configuration=None):
     Survey2X.__init__(self, survey)
     self.tconf = configuration