Converting testthat Tests to testit | /en/2026/05/testthat-to-testit/ #2063
Replies: 1 comment 1 reply
-
|
I imagine you could put library(testit)
test_pkg("pkgname")In a a testthat.R package and then |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Back in 2013, I wrote about testing R packages when I first released testit. Thirteen years later, I still believe that unit testing should be nothing more than “tell me if something unexpected …
https://yihui.org/en/2026/05/testthat-to-testit/
Beta Was this translation helpful? Give feedback.
All reactions