mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
python(test): tests filtering
This commit is contained in:
@@ -85,4 +85,8 @@ class facedetect_test(NewOpenCVTests):
|
||||
eyes_matches += 1
|
||||
|
||||
self.assertEqual(faces_matches, 2)
|
||||
self.assertEqual(eyes_matches, 2)
|
||||
self.assertEqual(eyes_matches, 2)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user