pendulum-chain / wasm-deploy

A tool to deploy an ensemble of wasm smart contracts to Pendulum
GNU General Public License v3.0
2 stars 1 forks source link

Add fuzz testing #34

Closed TorstenStueber closed 9 months ago

TorstenStueber commented 10 months ago

This PR allows to define tests with fuzzing parameters. Such tests will be executed a couple of times with random values provided for these parameters.

This PR also has the following additional changes:

Closes #31