This function, similar to testthat::test_path()
, is designed to work both
interactively and during tests, locating files in the tests/
directory.
Examples
if (interactive()) {
vcr_test_path("fixtures")
}
This function, similar to testthat::test_path()
, is designed to work both
interactively and during tests, locating files in the tests/
directory.
if (interactive()) {
vcr_test_path("fixtures")
}