Roundtrip tests, convenience function tests, bug fixes, and documentation updates. #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This larger PR adds in a bunch of testing code, and updates the existing documentation.
Specifically, it adds:
ComicInfostructs. The implementation of those don't usequickcheck, but rather explicitly writtengenerate_XXXfunctions inmod tests.add_many_writers). These are made with a macro, similar to how the functions themselves are made with a macro.It changes:
ComicInfostructs are nowOption<IndexSet<String>>so deserializing them is easier.It fixes:
Webfield).