-
Notifications
You must be signed in to change notification settings - Fork 1
Write tests #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
simple_parse relies on automatically generated code and unsafe implementations that have been manually validated to be safe.
It would provide an extra sense of "security" if we also had tests testing a bunch of different edge cases e.g. :
This will be a pain to write manually so macros will probably have to be create to test each default implementation and then test the derived code containing those default impls