Changelog for tasty-lua-0.2.1
Revision history for tasty-lua
0.2.1 -- 2020-01-26
- Fixed an issue with error reporting: the bug caused test-group names to be added multiple times when reporting a test failure.
0.2.0.1 -- 2019-06-19
- List all files in cabal file: stack.yaml and test/tasty-lua.lua were added to the list of extra source files.
0.2.0 -- 2019-05-19
-
Renamed
testFileWith
totestLuaFile
, andtestsFromFile
totranslateResultsFromFile
. -
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 withtasty.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.