Skip to content

v0.1.0

Choose a tag to compare

@ehsanmok ehsanmok released this 15 Apr 05:14
· 18 commits to main since this release

Initial release of mozz: pure-Mojo fuzzing and property-based testing.

Supported features:

  • Raw byte fuzzing with automatic crash minimization via delta-debugging
  • Typed property tests with Gen[T] parametric generators
  • Byte-level property tests
  • Crash replay and minimization from saved corpus
  • Custom type support via companion structs
  • Xoshiro256++ PRNG, seeded and reproducible
  • Seven weighted mutation operators

API documentation: https://ehsanmok.github.io/mozz/