test_files {testex}R Documentation

Test a list of files

Description

Test a list of files

Usage

test_files(files, context, ...)

Arguments

files

A collection of file paths to test

context

An optional context message to display in testthat reporters

...

Additional arguments passed to testhat::source_file

Value

The result of testthat::source_file(), after iterating over generated test files.


[Package testex version 0.2.0 Index]