Schema graduates from alpha with support for Clojure test data generation (blog.getprismatic.com) 15 points by w01fe 10y ago ↗ HN
[–] w01fe 10y ago ↗ Author here, would love to hear feedback, and more than happy to answer questions
[–] postpunkjustin 10y ago ↗ 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. [–] w01fe 10y ago ↗ 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?
[–] w01fe 10y ago ↗ 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?
4 comments
[ 0.19 ms ] story [ 17.1 ms ] threadhttps://github.com/Prismatic/schema/blob/master/test/clj/sch...
Does that seem like it will meet your needs?