示例#1
0
 def __init__(self, methodName):
     self.filerep = FilerepTestCase('preprocess')
     self.path = local_path("data")
     super(FilerepE2EScenarioTestCase, self).__init__(methodName)
示例#2
0
 def __init__(self, methodName):
     self.filerep = FilerepTestCase('preprocess')
     self.path = os.path.join(self.get_source_dir(),
                              '../filerep_end_to_end/data')
     super(CrashRecoveryFilerepTestCase, self).__init__(methodName)