NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
386 stars 169 forks source link

Add fuzzing tests #868

Closed kirugan closed 1 week ago

kirugan commented 1 year ago

Since go 1.18 we have a new kind of tests - Fuzzing. Looks like they can help us to find edge cases for tests

aminsato commented 9 months ago

Since go 1.18 we have a new kind of tests - Fuzzing. Looks like they can help us to find edge cases for tests

For a start, which file do you suggest adding fuzzing tests to?