We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
These should also run our examples, to serve as integration and regression tests.
examples
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: