rodentrabies / bp

Bitcoin Protocol components in Common Lisp
MIT License
37 stars 8 forks source link

tests: use property based tests on encoding/decoding #13

Closed Titan-C closed 1 year ago

Titan-C commented 1 year ago

This is a cosmetic/utility test refactor. When using random data for test input it is much nicer to use the facilities from fiveam. That way when a case fails it is easier to debug its input.