Test a project directory, possibly limit the number of uses

test_dir(path, reporter = project_reporter(), times = 10L, ...)

Arguments

path

The path to test

reporter

The testthat reporter to use

times

The maximum number of times the tests can be run by the end-user

...

Additional arguments to pass to testthat::test_dir()

Value

The result of testthat::test_dir()