File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ test_script:
139139 - if x%USE_PYTEST% == xyes py.test %PYTEST_ARGS%
140140 - if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
141141 # Generate a html for visual tests
142- - python visual_tests .py --no-browser
142+ - python tools/visualize_tests .py --no-browser
143143 - pip install codecov
144144 - codecov -e PYTHON_VERSION PLATFORM
145145
@@ -180,7 +180,7 @@ artifacts:
180180on_finish :
181181
182182on_failure :
183- - python visual_tests .py --no-browser
183+ - python tools/visualize_tests .py --no-browser
184184 - echo zipping images after a failure...
185185 - 7z a result_images.zip result_images\ |grep -v "Compressing"
186186 - appveyor PushArtifact result_images.zip
Original file line number Diff line number Diff line change 1111
1212 If you ran the tests from the top-level of a source checkout, simply run:
1313
14- python tools/test_triage .py
14+ python tools/triage_tests .py
1515
1616 Otherwise, you can manually select the location of `result_images`
1717 on the commandline.
Original file line number Diff line number Diff line change 33# This builds a html page of all images from the image comparison tests
44# and opens that page in the browser.
55#
6- # $ python visual_tests .py
6+ # $ python tools/visualize_tests .py
77#
88
99import argparse
You can’t perform that action at this time.
0 commit comments