Versions in this module Expand all Collapse all v0 v0.0.2 Aug 11, 2024 v0.0.1 Aug 11, 2024 Changes in this version + const TType + func LoadAssert(L *lua.LState) int + func LoadAssertions(L *lua.LState) int + func LoadRequre(L *lua.LState) int + func LoadSuite(L *lua.LState) int + func PreloadAssert(L *lua.LState) + func PreloadAssertions(L *lua.LState) + func PreloadRequire(L *lua.LState) + func PreloadSuite(L *lua.LState) + func RunLuaTestFile(t *testing.T, preload PreloadFunc, filename string) (numTests int) + type PreloadFunc func(L *lua.LState) + func SeveralPreloadFuncs(preloadFuncs ...PreloadFunc) PreloadFunc