Module:Roman/testcases
Appearance
![]() | This is the test cases page for the module Module:Roman. Results of the test cases. |
-- Unit tests for [[Module:Roman/sandbox]]. Click talk page to run tests.
local moduleName = 'Roman/sandbox' -- assigning this to a variable as it is later used to generate an #invoke statement.
local mm = require('Module:' .. moduleName)
local p = require('Module:UnitTests')
function p:test_preliminary()
self:preprocess_equals('{{#invoke:' .. moduleName .. '|' .. 'main' .. '|' .. '0' .. '}}', 'N')
end
return p