Jump to content

Module:DartsRankings/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GKFX (talk | contribs) at 19:44, 2 January 2022 (Write simple test case). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = require('Module:UnitTests')

function p:test_hello()
    self:preprocess_equals_sandbox_many('{{#invoke:DartsRankings', 'playerLink', {
        {'PDC Rankings|Michael van Gerwen|flag = ', '' },
    },{nowiki=1})
end

return p