testthat_examples() retrieves path to directory of test files,
testthat_example() retrieves path to a single test file.
testthat_examples() testthat_example(filename)
| filename | Name of test file |
|---|
dir(testthat_examples())#> [1] "test-failure.R" "test-success.R"testthat_example("success")#> [1] "/data/deployment/2020-03-09/renv/library/R-3.6/x86_64-pc-linux-gnu/testthat/examples/test-success.R"