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
krlmlr
changed the title
Eliminate use of with_connection({...})
Eliminate use of with_connection({...}) and other with_...({...}) functions
Oct 21, 2020
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
for better error stack traces. Replace by
local_...()
variants if possible.Idea: testing functions gain a
con
argument if they require a connection, caller checks signature and passescon
argument.A few tests test what happens when/after connection is closed. Rewrite using
on.exit()
.The text was updated successfully, but these errors were encountered: