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")
def __init__(self, survey, configuration=None): Survey2X.__init__(self, survey) self.tconf = configuration
def __init__(self, survey, configuration=None): Survey2X.__init__(self, survey) if configuration is None: configuration = Configuration() self.tconf = configuration
def setUp(self): TestManagement.setUp(self) self.s2x = Survey2X(self.survey)