ecdaa icon indicating copy to clipboard operation
ecdaa copied to clipboard

Improve tests

Open zanebeckwith opened this issue 7 years ago • 2 comments

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.

zanebeckwith avatar Sep 22 '17 00:09 zanebeckwith

These should also run our examples, to serve as integration and regression tests.

zanebeckwith avatar Sep 22 '17 22:09 zanebeckwith

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

zanebeckwith avatar Oct 03 '17 16:10 zanebeckwith