• Alexander Alekhin's avatar
    python(test): don't write bytecode · 019de554
    Alexander Alekhin authored
    Tests are usually lauched from source directory, so additional unnecessary
    files should be eliminated.
    
    Alternative ways (command line):
    - python -B ...
    - PYTHONDONTWRITEBYTECODE=1 python ...
    019de554
Name
Last commit
Last update
..
test.py Loading commit data...
test_calibration.py Loading commit data...
test_camshift.py Loading commit data...
test_dft.py Loading commit data...
test_digits.py Loading commit data...
test_facedetect.py Loading commit data...
test_feature_homography.py Loading commit data...
test_fitline.py Loading commit data...
test_gaussian_mix.py Loading commit data...
test_goodfeatures.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_letter_recog.py Loading commit data...
test_lk_homography.py Loading commit data...
test_lk_track.py Loading commit data...
test_misc.py Loading commit data...
test_morphology.py Loading commit data...
test_mser.py Loading commit data...
test_peopledetect.py Loading commit data...
test_shape.py Loading commit data...
test_squares.py Loading commit data...
test_stitching.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...