Comment on Schema graduates from alpha with support for Clojure test data generationComments−postpunkjustin11yHow easy is it to insert your own generators into a schema in cases where one can't be automatically created? I'm thinking specifically of pred schemas or Java classes as schemas.−w01feOP11yConfigurability was a major design goal. Check out the test for examples of how to insert your own leaf generators or wrappers:https://github.com/Prismatic/schema/blob/master/test/clj/sch...Does that seem like it will meet your needs?
Comments
How easy is it to insert your own generators into a schema in cases where one can't be automatically created? I'm thinking specifically of pred schemas or Java classes as schemas.
Configurability was a major design goal. Check out the test for examples of how to insert your own leaf generators or wrappers:
https://github.com/Prismatic/schema/blob/master/test/clj/sch...
Does that seem like it will meet your needs?