doctest-exitcode-stdio-0.0: Run doctest's in a Cabal.Test.exitcode-stdio environment
Test.DocTest.Driver
type T = ReaderT Args (WriterT Count IO) Source #
printLine :: String -> T () Source #
printPrefix :: String -> T () Source #
data Count Source #
Constructors
Fields
Defined in Test.DocTest.Driver
Methods
(<>) :: Count -> Count -> Count #
sconcat :: NonEmpty Count -> Count #
stimes :: Integral b => b -> Count -> Count #
mempty :: Count #
mappend :: Count -> Count -> Count #
mconcat :: [Count] -> Count #
run :: T () -> IO () Source #
runWith :: Args -> T () -> IO () Source #
example :: Show a => a -> ExpectedResult -> T () Source #
property :: Testable prop => prop -> T () Source #