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") )
| path |
|
|---|---|
| ignore |
|
| tester_path |
|
TRUE on success (invisibly).
Other infrastructure:
use_test_subdir(),
use_testdata()