-
-
Notifications
You must be signed in to change notification settings - Fork 37
Manual Testing
Alex Harsányi edited this page Apr 23, 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 and the plots in it look OK.
-
out-file-tests.rkt -- this test will show the plots in the REPL but also save them as PNG, PS, SVG and PDF files to the temporary folder, as returned by
(find-system-path 'temp-dir)
. check that the resulting files look OK.
Run Log:
- Run successfully with version 8.1.0.2--2021-04-20(cc0b1ba/a) [cs] on 22 Apr 2021, plot-tests commit c4126001f2c609e36c3aa12f300e9c673ab1a806
- Run successfully with pre-release version 8.0.900 [cs] on 23 Apr 2021, plot-tests commit c4126001f2c609e36c3aa12f300e9c673ab1a806