Skip to content

Commit

Permalink
feat: Add All tests complete message (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie authored Sep 26, 2023
1 parent 9cccde6 commit 760699e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: audit.workbench
Title: RStudio/Workbench User Acceptance Tests
Version: 0.6.1
Version: 0.6.2
Authors@R:
person("Jumping", "Rivers", , "[email protected]", role = c("aut", "cre"))
Description: Testing whether data scientists can do what they expect in
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# audit.workbench 0.6.2 *2023-09-26*
- feat: Add "All tests complete" message

# audit.workbench 0.6.1 *2023-09-23*
- feat: Improved CI output
- feat: Improved CLI output

# audit.workbench 0.6.0 *2023-06-30*
- feat: Longer test descriptions
Expand Down
1 change: 1 addition & 0 deletions R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ check = function(server,
lapply(r6_inits, function(r6) r6$check(debug_level = debug_level))
results = purrr::map_dfr(r6_inits, ~.x$get_log())
check_list$results = dplyr::arrange(results, .data$group, .data$short)
cli::cli_h1("All checks complete")
return(invisible(check_list))
}

0 comments on commit 760699e

Please sign in to comment.