Template:Documentation/preload-module-testcases: Difference between revisions

Content deleted Content added
template
 
No edit summary
Line 1:
-- ForExample example unitUnit tests, seefor [[Module:Bananas/tests]]. Click talk page to run tests.
local p = {}require('Module:UnitTests')
 
function p.hello:test_hello()
returnself:preprocess_equals('{{#invoke:Bananas "| hello}}', 'Hello, world!"')
end
 
return p