landsandboat/scripts/tests/framework/logging.lua
sruon 6b4ef12dca xi_test: LSB test framework
Co-Authored-By: KnowOne134 <35616771+KnowOne134@users.noreply.github.com>
Co-Authored-By: InoUno <774909+InoUno@users.noreply.github.com>
Co-Authored-By: Corey <2593549+cocosolos@users.noreply.github.com>
2025-09-06 00:03:15 -06:00

9 lines
191 B
Lua

describe('Logging', function()
it('prints debug statements', function()
DebugTest('42')
end)
it('prints info statements', function()
InfoTest('42')
end)
end)