-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove uses of expect_is() to support compatibility with testthat 3e #231
Comments
This would be awesome, thanks! Is this still an issue with the current development version? |
It seem so: There are also calls to expect_that() that could be fixed as well: |
Maybe I misunderstood what dev version means, but it's at least there in the 1.7.1 branch. See: |
- Improve testthat 3e compatibility: remove `testthat::expect_is()` and `testthat::expect_that()` from tests (#231, @michaelquinn32).
Follow up to r-dbi#231. Not sure how these survived :)
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
I'm updating R packages to use testthat third edition, and I've noticed that DBItest is still using expect_is() in a few locations. Would you like a PR to clean this up?
The text was updated successfully, but these errors were encountered: