KitApps / schema-refined

Clojure library to keep you away from bugs with precise schemas (refined types with runtime checks)
MIT License
67 stars 2 forks source link

Ensure that all types and predicates are covered with tests #2

Closed kachayev closed 6 years ago

gsnewmark commented 6 years ago

I added basic tests for all predicates and types. It would be great to also introduce generative tests for them at some point.

kachayev commented 6 years ago

🎉