Documentation for this module may be created at Module:Sandbox/UnladenSwallow/test/testcases/doc

-- Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_test1()
	self:preprocess_equals('{{#invoke:Sandbox/UnladenSwallow/test |test1}}', 'Hello from Lua 5.1.')
end

return p