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.Tastytasty-expected-failure:Test.Tasty.ExpectedFailuretasty-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 flagdiscoveris set)tasty-grading-system:Test.Tasty.Grade(if cabal flaggrading-systemis set)tasty-checklist:Test.Tasty.Checklist(if cabal flagchecklistis 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 flaghspecis set)tasty-quickcheck(if cabal flagquickcheckis set)tasty-hedgehog(if cabal flaghedgehogis set)tasty-golden(if cabal flaggoldenis set)tasty-silver(if cabal flagsilveris set)- and many others.