tasty-lua

Write tests in Lua, integrate into tasty.

https://github.com/hslua/tasty-lua

Version on this page:0.2.0.1
LTS Haskell 22.14:1.1.1
Stackage Nightly 2024-03-28:1.1.1
Latest on Hackage:1.1.1

See all snapshots tasty-lua appears in

MIT licensed by Albert Krewinkel
Maintained by [email protected]
This version can be pinned in stack with:tasty-lua-0.2.0.1@sha256:bc7068f5ad704d5324bc7525e40a075ff01c6363b70b22dcfc4a419f9653bca8,1863

Module documentation for 0.2.0.1

Allow users to define tasty tests from Lua.

Changes

Revision history for tasty-lua

0.2.0 – 2019-05-19

  • Renamed testFileWith to testLuaFile, and testsFromFile to translateResultsFromFile.

  • Fixed and extended test summary: if all tests pass, a brief summary about the number of passed tests is show. Furthermore, some bugs (caused by a misused Foldable instance) have been fixed.

  • Code has been split into multiple sub-modules.

0.1.1 – 2019-05-17

  • Add new function testFileWith, allowing to run a file as a single test case. Lua tests should be defined with tasty.lua. Failures, if any, are summarized in the failure message of the test.

0.1.0 – 2019-05-11

  • First version. Released on an unsuspecting world.