opencv/modules/python/test
Michael Pratt e9ccadebed Support Python 2 and 3 in test script
Add Python 3 support to the Python test.py script.

The print function is used in place of the print statement.

The urlopen function has been moved to urllib.request in Python 3, so
attempt to import it from either location.

TestCase.assert_() has been deprecated in place of
TestCase.assertTrue().

The tests all pass in both Python 2 and 3.
2014-08-07 00:51:48 -04:00
..
calchist.py Normalized file endings. 2013-08-21 18:59:25 +04:00
camera_calibration.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
findstereocorrespondence.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
goodfeatures.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
leak1.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
leak2.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
leak3.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
leak4.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
precornerdetect.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
test.py Support Python 2 and 3 in test script 2014-08-07 00:51:48 -04:00
ticket_6.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
tickets.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
transformations.py Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00