You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_that() now sets a number of options and env vars to make output as reproducible as possible. Many of these options were previously set in various places (including devtools::test(), test_dir(), test_file(), and verify_output()) but they have now been centralised in to local_test_context().
That's fine with me.
Though we need to consider a few more things: e.g. edition 3 h has context() deprecated - which we very much rely on with hySpc.testthat.
The more I think about this, the more I think that @bryanhanson's roxut package is a much better solution than hySpc.testthat.
A number of unit tests fail if the
LANGUAGE
environment variable is other than English.The text was updated successfully, but these errors were encountered: