Example #1
0
 def test_timeline_and_fixations_are_not_empty(self):
     gt_(len(self.timeline), 0)
     eq_(len(mock_objects.smi_fixation_ary()), len(self.fixations))
Example #2
0
 def setup(self):
     self.fix_ary = mock_objects.smi_fixation_ary()
     self.fix_fact = gazepoint.IViewFixationFactory()