MCPcopy Index your code
hub / github.com/yuin/gopher-lua / TestGlua

Function TestGlua

script_test.go:142–144  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

140}
141
142func TestGlua(t *testing.T) {
143 testScriptDir(t, gluaTests, "_glua-tests")
144}
145
146func TestLua(t *testing.T) {
147 testScriptDir(t, luaTests, "_lua5.1-tests")

Callers

nothing calls this directly

Calls 1

testScriptDirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…