The key points of Roboto
are:
- light weight testing framework for
CosmWasm
- focused only on the features that normally get unit-tested and no more
- easy to build testing suits that are DRY
while cw-multi-test
is a solid tool to accomplish testing.
it's very heavy and it has a bunch of features that no one really uses.
also it's built using cw-storage
which is also heavy.
coming soon...