Improve context in tests
Closed this issue · 1 comments
emilsjoerup commented
In the test_* files, the context() and test_that() functions should have better descriptions of what is being tested.
emilsjoerup commented
Contexts have been deprecated as of testthat version 3.
I will improve the descriptions in the first argument of test_that
and remove context()
calls.