Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 195 Bytes

05_test_fuzz.md

File metadata and controls

11 lines (6 loc) · 195 Bytes

Tests and fuzzing

Writing tests

TODO: good practices in writing tests.

Fuzzing

cargo-fuzz

TODO: good practices in fuzzing programs or part of programs.