We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c87fea commit 2fe0e62Copy full SHA for 2fe0e62
1 file changed
R/reporter-project.R
@@ -61,8 +61,6 @@ ProjectReporter <- R6::R6Class("ProjectReporter", inherit = testthat::ListReport
61
print = function() {
62
end_report <- self$end_reporter()
63
summary <- end_report$summary
64
- tests <- do.call(rbind, lapply(end_report$tests, data.frame, stringsAsFactors=FALSE))
65
- tests <- tests[ ! tests$success, ]
66
tests <- end_report$tests
67
cat("Tests:", summary$tests, ", Failures:", summary$failures, ", Errors: ", summary$errors, sep = "")
68
cat("\n")
0 commit comments