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 flagdiscover
is set)tasty-grading-system:Test.Tasty.Grade
(if cabal flaggrading-system
is set)tasty-checklist:Test.Tasty.Checklist
(if cabal flagchecklist
is 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 flaghspec
is set)tasty-quickcheck
(if cabal flagquickcheck
is set)tasty-hedgehog
(if cabal flaghedgehog
is set)tasty-golden
(if cabal flaggolden
is set)tasty-silver
(if cabal flagsilver
is set)- and many others.