test_file {testthat}R Documentation

Run all tests in specified file.

Description

Run all tests in specified file.

Usage

test_file(path, reporter = "summary", env = test_env())

Arguments

path

path to file

reporter

reporter to use

env

environment in which to execute the tests

Value

a data frame of the summary of test results


[Package testthat version 0.9.1 Index]