uliSchuster / real-world-backend

A study project on how to develop a production-grade Haskell backend application.
Apache License 2.0
1 stars 1 forks source link

Implement Quickcheck testing for domain types #7

Closed uliSchuster closed 4 years ago

uliSchuster commented 4 years ago

For automatically testing creating and validation of the domain types, Quickcheck tests appear appropriate. To implement them, we need to