We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stop_on_failure()
1 parent d22f784 commit be3c1b0Copy full SHA for be3c1b0
tests/testthat/setup-mock.R
@@ -15,7 +15,11 @@ vars <- c(
15
NOT_CRAN = "true"
16
)
17
withr::with_envvar(vars, {
18
- test_results <- testthat::test_dir(mock_test_dir, reporter = "silent")
+ test_results <- testthat::test_dir(
19
+ mock_test_dir,
20
+ reporter = "silent",
21
+ stop_on_failure = FALSE
22
+ )
23
})
24
25
mock_cases_outputs <- purrr::quietly(purrr::safely(collect_cases))(mock_pkg_dir)
0 commit comments