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 use tempfile to ensure tests only create files in the filesystem temporary directory, but while many of them are cleaned up I do see some stragglers left in my /tmp folder when running tests.
We use
tempfileto ensure tests only create files in the filesystem temporary directory, but while many of them are cleaned up I do see some stragglers left in my/tmpfolder when running tests.Close when tests clean up all temp files.