File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed
test/vv/lib/python2.7/site-packages/plotly Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -276,24 +276,24 @@ jobs:
276276 name : Build html figures (Pandas 2)
277277 command : |
278278 . venv/bin/activate
279- python test /percy/plotly-express.py
279+ python tests /percy/plotly-express.py
280280 - run :
281281 name : Build html figures (Pandas 1) and compare
282282 command : |
283283 . venv/bin/activate
284- mkdir test /percy/pandas2
285- mv test /percy/*.html test /percy/pandas2/
284+ mkdir tests /percy/pandas2
285+ mv tests /percy/*.html tests /percy/pandas2/
286286 # 1.1 is the earliest minor with Py3.9 wheels
287287 pip install "pandas==1.1.5"
288- python test /percy/plotly-express.py
289- python test /percy/compare-pandas.py
290- rm -rf test /percy/pandas2
288+ python tests /percy/plotly-express.py
289+ python tests /percy/compare-pandas.py
290+ rm -rf tests /percy/pandas2
291291 - run :
292292 name : Run percy snapshots
293293 command : |
294294 npm i @percy/cli
295- npx percy snapshot -c test /percy/snapshots.yml test /percy/
296- rm test /percy/*.html
295+ npx percy snapshot -c tests /percy/snapshots.yml tests /percy/
296+ rm tests /percy/*.html
297297
298298 plotlyjs_dev_build :
299299 docker :
Original file line number Diff line number Diff line change 6161doc /check-or-enforce-order.py
6262plotly /package_data /widgetbundle.js
6363
64- test /percy /* .html
65- test /percy /pandas2 /* .html
64+ tests /percy /* .html
65+ tests /percy /pandas2 /* .html
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 77# tested with percy.
88
99# this directory
10- dir_name = os .path .join ("test " , "percy" )
10+ dir_name = os .path .join ("tests " , "percy" )
1111
1212# #### Scatter and Line plots
1313
File renamed without changes.
You can’t perform that action at this time.
0 commit comments