find_test_scripts {testthat} | R Documentation |
Find test files
Description
Find test files
Usage
find_test_scripts(
path,
filter = NULL,
invert = FALSE,
...,
full.names = TRUE,
start_first = NULL
)
Arguments
path |
path to tests |
filter |
If not |
invert |
If |
... |
Additional arguments passed to |
start_first |
A character vector of file patterns (globs, see
|
Value
A character vector of paths
[Package testthat version 3.2.0 Index]