module Try.Test.Theory where

Testing

Property-based testing

-HiD, Chapter 8* Test types:

  • unit tests -
  • property-based tests - checking property on a number of inputs
  • golden tests - check against a reference file contents (tasty-golden)