• Vadim Levin's avatar
    Merge pull request #15955 from VadimLevin:dev/vlevin/generator_tests · 8d74101f
    Vadim Levin authored
    Tests for argument conversion of Python bindings generator
    
    * Tests for parsing elemental types from Python bindings
    
      - Add positive and negative tests for int, float, double, size_t,
        const char*, bool.
      - Tests with wrong conversion behavior are skipped.
    
    * Move implicit conversion of bool to integer/floating types to wrong
    conversion behavior.
    8d74101f
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
test.py Loading commit data...
test_algorithm_rw.py Loading commit data...
test_async.py Loading commit data...
test_camshift.py Loading commit data...
test_dft.py Loading commit data...
test_fitline.py Loading commit data...
test_gaussian_mix.py Loading commit data...
test_grabcut.py Loading commit data...
test_houghcircles.py Loading commit data...
test_houghlines.py Loading commit data...
test_kmeans.py Loading commit data...
test_legacy.py Loading commit data...
test_misc.py Loading commit data...
test_morphology.py Loading commit data...
test_mser.py Loading commit data...
test_persistence.py Loading commit data...
test_squares.py Loading commit data...
test_texture_flow.py Loading commit data...
test_umat.py Loading commit data...
test_watershed.py Loading commit data...
tests_common.py Loading commit data...
tst_scene_render.py Loading commit data...