You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
── Skip: ReinsCaptialBackupSlide ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Reason: empty test
I want testthat to register that there's a test. Can someone please point me to why this occurs and how to fix it? We have much more expansive tests, but I think this is our root issue. I would like testthat to register that there's a test for reporting reasons. We have automated tests running in Azure pipelines.
Thank you for any help.
The text was updated successfully, but these errors were encountered:
Hi when running,
test_that("ReinsCaptialBackupSlide", { expect_no_error(1) })
I get the following response:
I want testthat to register that there's a test. Can someone please point me to why this occurs and how to fix it? We have much more expansive tests, but I think this is our root issue. I would like testthat to register that there's a test for reporting reasons. We have automated tests running in Azure pipelines.
Thank you for any help.
The text was updated successfully, but these errors were encountered: