https://github.com/coot/tasty-prelude
Haskell tasty prelude
https://github.com/coot/tasty-prelude
Last synced: about 1 year ago
JSON representation
Haskell tasty prelude
- Host: GitHub
- URL: https://github.com/coot/tasty-prelude
- Owner: coot
- License: mpl-2.0
- Created: 2021-07-05T20:48:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T08:15:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T11:48:30.081Z (over 1 year ago)
- Language: Haskell
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://cabal.readthedocs.io/en/latest/setup-commands.html#controlling-flag-assignments):
* `tasty-discover:Test.Tasty.Discover` (if _cabal flag_ `discover` is set)
* `tasty-grading-system:Test.Tasty.Grade` (if _cabal flag_ `grading-system` is set)
* `tasty-checklist:Test.Tasty.Checklist` (if _cabal flag_ `checklist` 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 flag_ `hspec` is set)
* `tasty-quickcheck` (if _cabal flag_ `quickcheck` is set)
* `tasty-hedgehog` (if _cabal flag_ `hedgehog` is set)
* `tasty-golden` (if _cabal flag_ `golden` is set)
* `tasty-silver` (if _cabal flag_ `silver` is set)
* and [many others](https://hackage.haskell.org/package/tasty-prelude/dependencies)