Beispiel #1
0
 def setUp(self):
     testdata = 'END'
     self.fp = FormatParser(testdata)
Beispiel #2
0
 def setup(self):
     with open('sample_data/zeiss_elta_r55/zeiss_elta_r55-REC_500.tops') as testdata:
         self.fp = FormatParser(testdata.read())
Beispiel #3
0
 def setUp(self):
     testdata = '   0076             576  A28    X       72.702 Y       -92.823 Z   156.620 '
     self.fp = FormatParser(testdata)