tasty-lua-0.2.2: Write tests in Lua, integrate into tasty.

Copyright© 2019–2020 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <albert+hslua@zeitkraut.de>
Stabilityalpha
PortabilityRequires GHC
Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Lua.Translate

Description

Translate test results from Lua into a Tasty TestTree.

Synopsis

Documentation

translateResultsFromFile :: FilePath -> Lua TestTree Source #

Run tasty.lua tests from the given file and translate the result into a mock Tasty TestTree.

pathFailure :: FilePath -> String -> TestTree Source #

Report failure of testing a path.