Learn R Programming

testthat (version 0.2)

SummaryReporter: Test reporter: summary of errors.

Description

Test reporter: summary of errors.

Arguments

Details

This is the most useful reporting reporter as it lets you know both which tests have run successfully, as well as fully reporting information about failures and errors. It is the default reporting reporter used by test_dir and test_file.

As an additional benefit, this reporter will praise you from time-to-time if all your tests pass.