r - Can't find SummaryReporter output -
i've looked everywhere can't find summaryreporter writes tests report? if there's single failure script stops error. ideally, tests run , results outputted file.
there documentation testthat
package @ wiki: https://github.com/hadley/devtools/wiki/testing
in nutshell, can embed multiple expect_that
statements in each test_that
.
towards end of page, in section 'testing files , directories' there information 3 different reporters (stop, minimal , summary).
i have found quite robust. if test_that finds error, reports error , carries on remainder of tests.
ps. experience test results printed console. run testing within r environment, not os command line.
Comments
Post a Comment