File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ test_script:
139
139
- if x%USE_PYTEST% == xyes py.test %PYTEST_ARGS%
140
140
- if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
141
141
# Generate a html for visual tests
142
- - python visual_tests .py --no-browser
142
+ - python tools/visualize_tests .py --no-browser
143
143
- pip install codecov
144
144
- codecov -e PYTHON_VERSION PLATFORM
145
145
@@ -180,7 +180,7 @@ artifacts:
180
180
on_finish :
181
181
182
182
on_failure :
183
- - python visual_tests .py --no-browser
183
+ - python tools/visualize_tests .py --no-browser
184
184
- echo zipping images after a failure...
185
185
- 7z a result_images.zip result_images\ |grep -v "Compressing"
186
186
- appveyor PushArtifact result_images.zip
Original file line number Diff line number Diff line change 11
11
12
12
If you ran the tests from the top-level of a source checkout, simply run:
13
13
14
- python tools/test_triage .py
14
+ python tools/triage_tests .py
15
15
16
16
Otherwise, you can manually select the location of `result_images`
17
17
on the commandline.
Original file line number Diff line number Diff line change 3
3
# This builds a html page of all images from the image comparison tests
4
4
# and opens that page in the browser.
5
5
#
6
- # $ python visual_tests .py
6
+ # $ python tools/visualize_tests .py
7
7
#
8
8
9
9
import argparse
You can’t perform that action at this time.
0 commit comments