Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 430 Bytes

File metadata and controls

17 lines (11 loc) · 430 Bytes

Roboto

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.


Examples

coming soon...