jonathancornelissen/highfrequency

Improve context in tests

Closed this issue · 1 comments

In the test_* files, the context() and test_that() functions should have better descriptions of what is being tested.

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.