# NOT RUN {
path <- testthat_example("success")
test_file(path, reporter = "minimal")
# test_file() invisibly returns a list, with one element for each test.
# This can be useful if you want to compute on your test results.
out <- test_file(path, reporter = "minimal")
str(out[[1]])
# }
Run the code above in your browser using DataLab