示例#1
0
 def setUp(self):
     self.directory=fsf_file(os.path.join(os.path.dirname(__file__),'FE.fsf'))
     self.copeimage=fsf_file(os.path.join(os.path.dirname(__file__),'FECopeImages.fsf'))
示例#2
0
 def setUp(self):
     self.ME= fsf_file(os.path.join(os.path.dirname(__file__),"ME.fsf"))
     self.me_csv_lines,self.width,self.height=me_to_csv(self.ME)
示例#3
0
 def setUp(self):
     #setup an fsf file for testing
     self.ME= fsf_file(os.path.join(os.path.dirname(__file__),"ME.fsf"))
示例#4
0
 def setUp(self):
     self.preproc = fsf_file(os.path.join(os.path.dirname(__file__),"pre.fsf"))