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
We should give users (and ourselves) the ability to override function variables that use get_package_scope_var, namely DB connection objects so that we can easily use in-memory databases while testing, rather than having to load a separate .env file for testing.
We should give users (and ourselves) the ability to override function variables that use
get_package_scope_var
, namely DB connection objects so that we can easily use in-memory databases while testing, rather than having to load a separate.env
file for testing.Updates would follow this template:
Relevant places that
get_package_scope_var
is called:https://github.com/search?q=repo%3Actsit/rcc.billing%20get_package_scope_var&type=code
rcc.billing/R/log_scraping_utils.R
Line 15 in 94ab70e
The text was updated successfully, but these errors were encountered: