opencv/modules/python/test
Pavel Rojtberg 6c1a433c4c python: also catch general c++ exceptions
they might be thrown from third-party code (notably Ogre in the ovis
module).
While Linux is kind enough to print them, they cause instant termination
on Windows.
Arguably, they do not origin from OpenCV itself, but still this helps
understanding what went wrong when calling an OpenCV function.
2021-02-02 21:16:01 +01:00
..
CMakeLists.txt python: discover tests from module/misc/python/test paths 2019-04-10 18:35:35 +00:00
test_algorithm_rw.py Fix spelling typos 2019-12-27 12:46:53 +00:00
test_async.py core: Async API / AsyncArray 2019-05-18 19:32:23 +00:00
test_camshift.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_dft.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_filestorage_io.py Merge pull request #17436 from vpisarev:fix_python_io 2020-06-01 11:33:09 +00:00
test_fitline.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_gaussian_mix.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_grabcut.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_houghcircles.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_houghlines.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_kmeans.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_legacy.py imgproc: fix minAreaRect() 2020-12-10 08:57:58 +00:00
test_misc.py python: also catch general c++ exceptions 2021-02-02 21:16:01 +01:00
test_morphology.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_mser.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_norm.py Merge pull request #15915 from VadimLevin:dev/norm_fix 2020-01-13 18:11:34 +03:00
test_persistence.py Fix spelling typos 2019-12-27 12:46:53 +00:00
test_squares.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_texture_flow.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_umat.py test: Add test to verify correct mat substitution into the template in header parser 2020-03-04 08:14:19 +03:00
test_watershed.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test.py fix python test runner wildcard handling 2021-01-26 19:05:40 +01:00
tests_common.py 3.4: fixes 2018-09-18 08:31:11 +00:00
tst_scene_render.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00