ecdaa
ecdaa copied to clipboard
Improve tests
Using a property-based testing framework like github.com/silentbicycle/theft would be nice.
But, baseline, we need to hit more of our code with simple tests, particularly the serialization stuff.
These should also run our examples
, to serve as integration and regression tests.
PR #38 added tests that exercise the basic serialization code, and run our examples as integration tests.
Better, fuzzed (perhaps property-based) tests remain TODO, though