vcr_test_path {vcr} | R Documentation |
Locate file in tests directory
Description
This function, similar to testthat::test_path()
, is designed to work both
interactively and during tests, locating files in the tests/
directory.
Usage
vcr_test_path(...)
Arguments
... |
Character vectors giving path component. each character string
gets added on to the path, e.g., |
Value
A character vector giving the path
Note
vcr_test_path()
assumes you are using testthat for your unit tests.
Examples
if (interactive()) {
vcr_test_path("fixtures")
}
[Package vcr version 1.6.0 Index]