CosmWasm / CosmWasm/cw-plus

Consider proptest and libfuzzer for testing contracts

Open
#359 2 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
527
Forks
362
PR merge metrics
No merged PRs in 30d

Description

I think it would benefit on fuzztest and property test of contracts.

The fuzztests addresses the issue, that when contract crashes, the error message turns out not being nice. Detecting potential crashes early and having example how to integrate those to new contracts, so it would be easier to handle this kind of ptoblems.

Proptest is just a way to slightly generalize tests to easier find bugs in edge cases,

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.