python(test): enable pylint checks for tests
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 3 Sep 2017 11:17:15 +0000 (11:17 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 3 Sep 2017 18:19:17 +0000 (18:19 +0000)
commit936234d5b14070b3565d1bda112dba9a00c3fefc
tree48ebbb1c0cfefe5057dc358d2a9da8b3cfe97805
parente1b102e9a61ad087240e5fc82cf927f7ba0554fa
python(test): enable pylint checks for tests
20 files changed:
CMakeLists.txt
modules/python/test/test.py
modules/python/test/test_calibration.py
modules/python/test/test_camshift.py
modules/python/test/test_digits.py
modules/python/test/test_facedetect.py
modules/python/test/test_feature_homography.py
modules/python/test/test_gaussian_mix.py
modules/python/test/test_goodfeatures.py
modules/python/test/test_houghcircles.py
modules/python/test/test_kmeans.py
modules/python/test/test_letter_recog.py
modules/python/test/test_lk_homography.py
modules/python/test/test_lk_track.py
modules/python/test/test_mser.py
modules/python/test/test_peopledetect.py
modules/python/test/test_shape.py
modules/python/test/test_squares.py
modules/python/test/test_stitching.py
modules/python/test/tests_common.py