Make ArchiveStorage() accept a StorageInterface object as argument
instead of the parameters to pass to the get_storage() factory function.
This will help for writing tests, since the storage is usually
instanciated by a pytest fixture.
Make ArchiveStorage() accept a StorageInterface object as argument Tags None Subscribers None
Description
Details
|