evaluate
evaluate copied to clipboard
Update to testthat3
It is probably a good idea to update the tests suites to a more modern usage.
- Some of the tests still use the old form
expect_that()andequals(). -
if(requireinstead ofskip_if_not_installed() -
context()is still used -
test_path()is not used for files, which makes it less easy to locally tests interactively.
I can do that at some point.