Exemplo n.º 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")
Exemplo n.º 2
0
 def __init__(self, survey, configuration=None):
     Survey2X.__init__(self, survey)
     self.tconf = configuration
Exemplo n.º 3
0
 def __init__(self, survey, configuration=None):
     Survey2X.__init__(self, survey)
     if configuration is None:
         configuration = Configuration()
     self.tconf = configuration
Exemplo n.º 4
0
 def setUp(self):
     TestManagement.setUp(self)
     self.s2x = Survey2X(self.survey)
Exemplo n.º 5
0
 def __init__(self, survey, configuration=None):
     Survey2X.__init__(self, survey)
     self.tconf = configuration