module Try.Test.Theory where
Testing
Property-based testing
- Hedgehog, quickcheck
- examples: lima
 
 
-HiD, Chapter 8* Test types:
unittests -property-basedtests - checking property on a number of inputsgoldentests - check against a reference file contents (tasty-golden)