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
Running cargo test doesn't remove the files/folders created during tests as shown below.
Of course, these are mostly 0 bytes files but I think it is a little bit messy to leave them there, I can't think of any reason for not deleting them, but maybe I am missing something.
Proposed solution
As far as I could see, all tests are more or less of the form:
Running
cargo test
doesn't remove the files/folders created during tests as shown below.Of course, these are mostly 0 bytes files but I think it is a little bit messy to leave them there, I can't think of any reason for not deleting them, but maybe I am missing something.
Proposed solution
As far as I could see, all tests are more or less of the form:
What I propose is adding one more block to the tests where we attempt to delete the created files like so.
The text was updated successfully, but these errors were encountered: