You can edit almost every page by Creating an account and confirming your email.

Module:Portal/images/r/testcases

From EverybodyWiki Bios & Wiki

Documentation for this module may be created at Module:Portal/images/r/testcases/doc

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

function p:test_hello()
    self:preprocess_equals('{{#invoke:Rabindranath Tagore | hello}}', 'Hello, world!')
end

return p