-
-
Notifications
You must be signed in to change notification settings - Fork 37
Manual Testing
Alex Harsányi edited this page Jan 18, 2021
·
5 revisions
Most tests for the plot package will run automatically, both as part of Github Actions in this repository and as part of the main Racket build and test process. There is a small number of tests that are interactive and they need to be run manually, usually for each release. For each of these tests, open the file in DrRacket and run it:
- animation.rkt -- check that the animation looks smooth.
- compat-tests.rkt -- check that the plots output in the REPL look OK, you can compare them to the images that are inline in the file.
- slideshow-tests.rkt -- check that the resulting slideshow looks OK.
- out-file-tests.rkt -- this plot will save plots as PNG, PS, SVG and PDF files, check that the resulting files look OK.