Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
67 stars 54 forks source link

add fuzzer for Allocator #383

Closed arvidn closed 5 months ago

arvidn commented 5 months ago

specifically handling of atom(), small_number() and number().

This checks certain properties that we expect to hold for any atom (conditioned on whether it's an canonical form integer or not).

This functions as a property-based test.

coveralls-official[bot] commented 5 months ago

Pull Request Test Coverage Report for Build 7886095739

Details


Totals Coverage Status
Change from base Build 7884511248: 0.002%
Covered Lines: 5780
Relevant Lines: 6127

💛 - Coveralls