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
averissimo
changed the title
Replace manual removal of files with withr::local_file/local_tempfile
Use {withr} to create temporary files (that are automatically deleted) in tests
Jan 17, 2024
Simplifies tests by removing manual creation and action to remove on exit.
local_file()
: for tests defining a specific namelocal_tempfile()
: when creating generic temporary file without any name requirementExample:
The text was updated successfully, but these errors were encountered: