Open magik6k opened 6 years ago
It would be amazing to be able to have a test utility cobbling blockstore/resolver/... together for the purpose of testing ipld modules.
For git a test would add a git repo objects to that and test all the things that are currently rather hard to do, like path traversal / resolving.
I tend to write interface tests like this by:
SubtestAll(t *testing.T)
It would be amazing to be able to have a test utility cobbling blockstore/resolver/... together for the purpose of testing ipld modules.
For git a test would add a git repo objects to that and test all the things that are currently rather hard to do, like path traversal / resolving.