Module:F1 2021 Results/testcases
Appearance
![]() | This is the test cases page for the module Module:F1 2021 Results. Results of the test cases. |
-- Unit tests for [[Module:{{F1 2021 Results}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_getPoints()
self:preprocess_equals('{{#invoke:F1 2021 Results | getPoints|ALO}}', '5')
end
function p:test_getRaceResult()
self:preprocess_equals('{{#invoke:F1 2021 Results | getRaceResult|ALO|BHR}}', 'Ret')
end
return p