Description
Unopinionated top-level entry point to tasty ecosystem.
Description
The package exposes Tast.Tasty.Prelude module build out of several modules accross various tasty packages and re-exports modules from many packages available in the tasty ecosystem.
README.md
Tasty-Prelude
The Tasty.Prelude by default includes:
- tasty:Test.Tasty
- tasty-expected-failure:Test.Tasty.ExpectedFailure
- tasty-focus:Test.Tasty.Focus
The following tasty packages are also exported through Test.Tasty.Prelude whcih are hidden behind a cabal flag:
- tasty-discover:Test.Tasty.Discover(if cabal flag- discoveris set)
- tasty-grading-system:Test.Tasty.Grade(if cabal flag- grading-systemis set)
- tasty-checklist:Test.Tasty.Checklist(if cabal flag- checklistis set)
Many others packages can build and its modules re-exported by tasty-prelude (but not included in Test.Tasty.Prelude):
- tasty-hspec(if cabal flag- hspecis set)
- tasty-quickcheck(if cabal flag- quickcheckis set)
- tasty-hedgehog(if cabal flag- hedgehogis set)
- tasty-golden(if cabal flag- goldenis set)
- tasty-silver(if cabal flag- silveris set)
- and many others.