Module:Sandbox/Aidan9382/testcases
Appearance
![]() | This is the test cases page for the module Module:Sandbox/Aidan9382. Results of the test cases. |
-- Dummy unit tests
local p = require('Module:UnitTests')
function p:funcNotBegginningTest()
self:preprocess_equals('Function 1', 'Function 1')
end
function p:test_funcBegginningTest()
self:preprocess_equals('Function 2', 'Function 2')
end
--[==[
function p:test_doomedToFail()
self:preprocess_equals('Function 3', 'Function 4')
end
]==]
return p