Copyright | © 2019–2022 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <[email protected]> |
Safe Haskell | None |
Language | Haskell2010 |
Test.Tasty.Lua.Module
Description
Tasty Lua module, providing the functions necessary to write tasty tests in Lua scripts.
Synopsis
- pushModule :: LuaError e => HaskellFunction e
Documentation
pushModule :: LuaError e => HaskellFunction e Source #
Push the tasty module on the Lua stack.