Quickly create an R script that contains a function for running all tests
in a predefined directory. This function powers the make_tester option
of use_test_subdir() and you will likely not need to run it manually.
use_tester(
path,
ignore = TRUE,
tester_path = file.path("R", "testthis-testers.R")
)character scalar. Name of the subdirectory of
tests/testthat/ for which to create a tester function.
logical scalar. Add tester_path to .Rbuildignore?
logical scalar. Path to the R script file in which to
store the tester functions
TRUE on success (invisibly).
Other infrastructure:
use_test_subdir(),
use_testdata()