Create a Storage::ephemeral_test_instance()
method
#853
Labels
E-easy
Effort: Easy
good first issue
A good issue for people without existing context on the project.
help wanted
Help on this issue is welcomed!
I think the test in question is using tmpdirs to make a testing
Storage
instance. This is a side note, but along the way to fixing it, I think it'd be useful to move that code into thestorage
crate as aStorage::ephemeral_test_instance()
method that returns(Self, Handle)
, whereHandle
is the RAII guard you get from the crate that makes temporary directories and cleans up the directory on drop.Originally posted by @hdevalence in #797 (comment)
The text was updated successfully, but these errors were encountered: