test_resources: Run the tests on a given set of resources.
Description
Run the tests on a given set of resources.
Usage
test_resources(engine, tests, ..., reporter)
Arguments
engine
syberia_engine. The engine to run the tests on.
tests
character. The character vector of resources to test.
...
Additional arguments to pass to find_test_hook
.
reporter
character. The test reporter to use.
Value
The testthat result summary for this one test run.