@hackage tasty1.5.3
Modern and extensible testing framework
Installation
Dependencies (11)
- base >=4.9 && <5
- containers >=0.5.8 && <0.9
- stm >=2.3 && <2.6
- transformers >=0.5 && <0.7
- unix <2.9
- ansi-terminal >=0.9 && <1.2 Show all…
Dependents (2440)
@hackage/quickcheck-arbitrary-template, @hackage/libsodium, @hackage/OpenSCAD, @hackage/amazonka-lightsail, @hackage/unix-memory, @hackage/grafana, Show all…
Package Flags
unix
(on by default)
Depend on the unix package to install signal handlers
Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden tests, QuickCheck/SmallCheck properties, and any other types of tests into a single test suite.