File tree 6 files changed +11
-12
lines changed
test/vv/lib/python2.7/site-packages/plotly
6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -276,24 +276,24 @@ jobs:
276
276
name : Build html figures (Pandas 2)
277
277
command : |
278
278
. venv/bin/activate
279
- python test /percy/plotly-express.py
279
+ python tests /percy/plotly-express.py
280
280
- run :
281
281
name : Build html figures (Pandas 1) and compare
282
282
command : |
283
283
. 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/
286
286
# 1.1 is the earliest minor with Py3.9 wheels
287
287
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
291
291
- run :
292
292
name : Run percy snapshots
293
293
command : |
294
294
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
297
297
298
298
plotlyjs_dev_build :
299
299
docker :
Original file line number Diff line number Diff line change 61
61
doc /check-or-enforce-order.py
62
62
plotly /package_data /widgetbundle.js
63
63
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 7
7
# tested with percy.
8
8
9
9
# this directory
10
- dir_name = os .path .join ("test " , "percy" )
10
+ dir_name = os .path .join ("tests " , "percy" )
11
11
12
12
# #### Scatter and Line plots
13
13
File renamed without changes.
You can’t perform that action at this time.
0 commit comments