Skip to content

Commit 891c435

Browse files
authored
Merge pull request #62 from alex-hhh/ah/auto-tests-2
Implement new method for writing plot tests
2 parents 74c382f + 05ac34e commit 891c435

18 files changed

+264
-20
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ jobs:
4444

4545
- run: sudo raco pkg install --batch --auto plot-test
4646
- run: sudo xvfb-run raco test --no-run-if-absent --package plot-test
47+
48+
# If any of the plot-test tests failed, they will generate new draw step
49+
# files and sample images. Upload these as an Github Actions Artifact,
50+
# so they can be inspected by the developer.
51+
52+
- uses: actions/upload-artifact@v2
53+
if: failure()
54+
with:
55+
name: 'Updated Data Files'
56+
path: plot-test/plot/tests/auto/data/new-*

plot-test/plot/tests/PRs/55.rkt

Lines changed: 0 additions & 20 deletions
This file was deleted.

plot-test/plot/tests/auto/data/pr5-data.rktd

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
37.8 KB
Loading
378 KB
Loading

plot-test/plot/tests/auto/data/pr55-parametric-polar3d-data.rktd

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
292 KB
Loading

plot-test/plot/tests/auto/data/pr55-parametric-suface3d-data.rktd

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
42.9 KB
Loading

plot-test/plot/tests/auto/data/pr55-polygons3d-data.rktd

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)