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
Thanks. I'm aware of that, and I'm not sure how to deal with it yet. Perhaps we need to make the descriptions in the generated calls to test_that() more verbose, so that they contain what previously was part of the context?
testthat::context()
is deprecated in the 3rd edition, but it's always called here:DBItest/R/run.R
Line 15 in e9286cb
Should that simply be escaped?
Or given the current version requirement on testthat, more robustly:
Happy to file a PR for whatever's the desired behavior.
The text was updated successfully, but these errors were encountered: