opencv/modules/python/test
Maxim Smolskiy 77eb6ed52d
Merge pull request #26937 from MaximSmolskiy:support-bool-type-for-filestorage-base64
Support bool type for FileStorage Base64 #26937

### Pull Request Readiness Checklist

OpenCV extra: https://github.com/opencv/opencv_extra/pull/1238

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2025-03-07 08:35:44 +03:00
..
CMakeLists.txt python: discover tests from module/misc/python/test paths 2019-04-10 18:35:35 +00:00
test_algorithm_rw.py Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03: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_copytomask.py python: replace numpy.full() to support numpy<1.13 2020-10-05 15:15:49 +00:00
test_cuda.py cuda: Fix GpuMat::copyTo and GpuMat::converTo python bindings 2023-08-01 15:09:37 +03:00
test_dft.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_features.py Merge pull request #26405 from kaingwade:rename_features2d 2024-11-12 11:04:48 +03:00
test_filestorage_io.py Merge pull request #26937 from MaximSmolskiy:support-bool-type-for-filestorage-base64 2025-03-07 08:35:44 +03:00
test_fitline.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_fs_cache_dir.py Merge pull request #19668 from asmorkalov:as/filesystem_py 2021-03-04 16:17:57 +00:00
test_grabcut.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_houghcircles.py Merge pull request #20584 from AleksandrPanov:fix_HoughCircles_ALT_dimensions 2021-08-24 19:29:40 +00:00
test_houghlines.py attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
test_imread.py Merge pull request #24415 from thewoz:imread 2024-03-29 10:51:19 +03:00
test_kmeans.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_legacy.py feat: update conversion logic for std::vector<T> in Python bindings 2021-09-01 13:00:21 +03:00
test_mat.py python: cv.Mat wrapper over numpy.ndarray 2021-09-21 04:14:15 +00:00
test_misc.py Merge pull request #26026 from Abdurrahheem:ash/python_bool_binding 2024-08-20 16:38:21 +03:00
test_morphology.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
test_mser.py add logic for handling min diversity in mser 2021-05-27 19:16:24 -04:00
test_norm.py Merge pull request #23691 from dkurt:pycv_float16_fixes 2023-05-26 18:56:21 +03:00
test_pathlike.py Merge pull request #24415 from thewoz:imread 2024-03-29 10:51:19 +03:00
test_persistence.py Fix spelling typos 2019-12-27 12:46:53 +00:00
test_squares.py Update findContours parameter type 2018-09-28 18:42:48 +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 Merge pull request #22959 from feuerste:parallel_mertens 2022-12-21 14:10:59 +00: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 Merge branch 4.x 2025-03-05 10:28:32 +03:00
tst_scene_render.py Remove references to deprecated NumPy type aliases. 2022-12-23 13:53:49 +03:00