コード例 #1
0
ファイル: viewing_test.py プロジェクト: anjith2006/gazehound
 def test_timeline_and_fixations_are_not_empty(self):
     gt_(len(self.timeline), 0)
     eq_(len(mock_objects.smi_fixation_ary()), len(self.fixations))
コード例 #2
0
 def setup(self):
     self.fix_ary = mock_objects.smi_fixation_ary()
     self.fix_fact = gazepoint.IViewFixationFactory()