From 07518dc0563d21c3de4c8fe9ae78189bebbb463d Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Thu, 2 May 2019 12:47:32 -0400 Subject: [PATCH 1/2] Update reporter-project.R --- R/reporter-project.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/reporter-project.R b/R/reporter-project.R index 1230871..3bb079c 100644 --- a/R/reporter-project.R +++ b/R/reporter-project.R @@ -46,7 +46,7 @@ ProjectReporter <- R6::R6Class("ProjectReporter", inherit = testthat::ListReport lapply(test$results, `[[`, 'message'), collapse = '\n') - res <- testthat:::sumarize_one_test_results(test) + res <- testthat:::summarize_one_test_results(test) success <- !any(res$failed, res$error) # figure out outcome, e.g. for counting errors later if (!success) { From 0a708342c331d6a88d1d8737a3ef08b232678f94 Mon Sep 17 00:00:00 2001 From: TimSangster Date: Thu, 2 May 2019 23:43:01 +0200 Subject: [PATCH 2/2] Bump patch version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e5439f9..60ea2ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: IRkernel.testthat Title: What the Package Does (one line, title case) -Version: 0.2.0 +Version: 0.2.1 Authors@R: person("Michael", "Chow", email = "michael@datacamp.com", role = c("aut", "cre")) Description: Implements reporter for communicating testthat results to a jupyter client. License: All Rights Reserved