coverahealth / dataspec

Data specification and normalization toolkit
https://dataspec.readthedocs.io/
MIT License
38 stars 2 forks source link

Add generators to Specs #11

Open chrisrink10 opened 4 years ago

chrisrink10 commented 4 years ago

One of the great features of clojure.spec is the ability to attach arbitrary data generators to specs. Generators can be tremendously useful during testing. Perhaps generators could integrate with faker.

c00kiemon5ter commented 3 years ago

Integration with hypothesis seems like a great idea to me

epgui commented 2 years ago

💯 I was looking for exactly this!