getTestScriptReport: The function for analyzing and summarizing R test scripts.

View source: R/grade.r

getTestScriptReportR Documentation

The function for analyzing and summarizing R test scripts.

Description

This function scans a given test script and summarizes the number of tests and test criteria in the script, as well as point values.

Usage

getTestScriptReport(script_path)

Arguments

script_path

the name of the .r file containing tests tests (e.g. "hw1_tests.R")


gradeR documentation built on Jan. 20, 2026, 1:06 a.m.