cosmos-sdk/tests/fuzz
2025-02-12 11:28:17 -05:00
..
tests chore: move and clean fuzz test dir (#23679) 2025-02-12 11:28:17 -05:00
README.md chore: move and clean fuzz test dir (#23679) 2025-02-12 11:28:17 -05:00

Fuzzing

Running

The fuzz tests are in standard Go format. To run a fuzz test, use the -fuzz flag to go test. For example:

go test -fuzz FuzzCryptoHDNewParamsFromPath ./tests