Module:User:DePiep/sandbox/testcases

From blackwiki
< Module:User:DePiep/sandbox
Revision as of 12:19, 22 March 2013 by blackwiki>DePiep (Created page with '-- Example Unit tests for Module:Bananas. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_hw() self:preprocess_equal...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:User:DePiep/sandbox/testcases/doc

-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_hw()
    self:preprocess_equals('#invoke:User:DePiep/sandbox|hw', 'Hello my own world')
end

return p