| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Skeletest.Internal.Exit
Synopsis
- data TestExitCode
- exitWith :: TestExitCode -> IO a
- handleUnknownErrors :: IO a -> IO a
Documentation
data TestExitCode Source #
All exit codes for Skeletest.
Should be kept in sync with README.
Constructors
| ExitSuccess | |
| ExitTestFailure | |
| ExitNoTests | |
| ExitCLIFailure | |
| ExitOutdatedSnapshots | |
| ExitPreprocessorFailure | |
| ExitOther |
Instances
exitWith :: TestExitCode -> IO a Source #
handleUnknownErrors :: IO a -> IO a Source #