explore using expect_no_error(), expect_no_warning(), expect_no_message(), and expect_no_condition()
Open
testing
Up Next
- Dominant language
- C++
- Stars
- 607
- Forks
- 67
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
In the most recent (3.1.5) release of testthat:
https://github.com/r-lib/testthat/releases/tag/v3.1.5
> New experimental `expect_no_error()`, `expect_no_warning()`, `expect_no_message()`, and `expect_no_condition()` for asserting the code runs without an error, warning, message, or condition
Contributor guide
Assessment
This issue has not been assessed yet.