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
After upgrading to testthat edition 3, some tests are throwing warnings about deprecated functions. All calls to deprecated functions should be removed, perhaps following this guidance: https://www.tidyverse.org/blog/2022/02/upkeep-testthat-3/
E.g.,
Warning (test-read_glatos_receivers.r:1:1): (code run outside of test_that()) context() was deprecated in the 3rd edition.
Backtrace:
▆
└─testthat::context("Check read_glatos_receivers") at test-read_glatos_receivers.r:1:1
└─testthat:::edition_deprecate(3, "context()")
The text was updated successfully, but these errors were encountered:
chrisholbrook
changed the title
Remove testthat functions deprecated in version 3
Remove functions deprecated in testthat edition 3
Jan 13, 2024
After upgrading to testthat edition 3, some tests are throwing warnings about deprecated functions. All calls to deprecated functions should be removed, perhaps following this guidance: https://www.tidyverse.org/blog/2022/02/upkeep-testthat-3/
E.g.,
The text was updated successfully, but these errors were encountered: