Modulo:Random/test

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca
-- Unit tests for [[Module:Random]]. Click talk page to run tests.
-- Feel free to add tests here if you can work out how, but randomness obviously doesn't test for equality well.
-- There are some non-Luafied tests on the talk page.

local p = require('Module:UnitTests')

function p:test_main()
    self:preprocess_equals('No tests yet.', 'No tests yet.')
end

return p