| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Hspec.Discover
Description
Warning: This module is used by hspec-discover. It is not part of the public API and may change at any time.
Documentation
Run given spec and write a report to stdout.
Exit with exitFailure if at least one spec item fails.
hspecWithFormatter :: IsFormatter a => a -> Spec -> IO () Source
postProcessSpec :: FilePath -> Spec -> Spec Source