示例#1
0
 def test_from_zip(self):
     path = osp.join(vmat_test_files_dir, 'DRMLC.zip')
     v = VMAT.from_zip(path)
     v.analyze()
示例#2
0
 def test_from_zip(self):
     path = osp.join(TEST_DIR, 'DRMLC.zip')
     v = VMAT.from_zip(path)
     v.analyze()
示例#3
0
 def setUp(self):
     if self.is_zip:
         self.vmat = VMAT.from_zip(self.filepaths)
     else:
         self.vmat = VMAT(self.filepaths)
     self.vmat.analyze(self.test_type, x_offset=self.x_offset)
示例#4
0
 def test_from_zip(self):
     path = osp.join(vmat_test_files_dir, 'DRMLC.zip')
     v = VMAT.from_zip(path)
     v.analyze()
示例#5
0
 def test_from_zip(self):
     path = osp.join(TEST_DIR, 'DRMLC.zip')
     v = VMAT.from_zip(path)
     v.analyze()
示例#6
0
 def setUp(self):
     if self.is_zip:
         self.vmat = VMAT.from_zip(self.filepaths)
     else:
         self.vmat = VMAT(self.filepaths)
     self.vmat.analyze(self.test_type, x_offset=self.x_offset)