Exemplo n.º 1
0
    def test_calibration_size_parses_into_int_list(self):
        ir = IViewFixationReader(self.fixation_lines)
        h = ir.header()

        eq_(h.get('calibration_size'), [800,600])
Exemplo n.º 2
0
 def test_basic_header_parsing(self):
     fr = IViewFixationReader(self.fixation_lines)
     
     h = fr.header()
     eq_(h.get('subject'), '001')