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