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

Module:Episode list/testcases

From EverybodyWiki Bios & Wiki

Documentation for this module may be created at Module:Episode list/testcases/doc

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

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

return p