skeletest-0.4.0: Batteries-included, opinionated test framework
Safe HaskellNone
LanguageGHC2021

Skeletest.Internal.Error

Documentation

data SkeletestError Source #

Constructors

SkeletestError Text

Thrown for most errors, unless an error needs to be specially caught.

CompilationError (Maybe SrcSpan) Text

A user error during compilation, e.g. during the preprocessor or plugin phases.

SkipTest Text

Skip the currently running test