Create a base API that define the objstorage behavior
Also add a mixin test class for the contract verification.
Add an implementation of the object storage api and a test class
Update the storage module in order to follow objstorage refactoring
Ref T433
I did not get the test's intent at first sight.
Can you please rename the variables to something more explicit?
For example:
For me, the tests can help in documenting the code so we must strive to make them clear.
Of course, I apologize in advance if some existing are not ^^
It's a goal to achieve which is not always easy to reach!