test-utils.R test

# This test verifies that our expectation for the relationship between the
# R Markdown output file and the fig.path. The idea is to fail if the rmarkdown
# package's algorithm for setting the default fig.path ever changes.
figpath <- knitr::opts_current$get("fig.path")
testthat::expect_equal(figpath, "test-utils_files/figure-html/")

testthat::expect_equal(knitr_sidecar_prefix(default = stop("boom")), "test-utils")


Try the blastula package in your browser

Any scripts or data that you put into this service are public.

blastula documentation built on Sept. 24, 2023, 1:07 a.m.