Skip to content

actboy168/ltest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ltest

Lua test framework.

Quick Start

local lt = require "ltest"

local test1 = lt.test "test1"

function test1:hello()
    lt.assertEquals(_VERSION, "Lua 5.4")
end

os.exit(lt.run(), true)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages