Module:Professional wrestling profiles/testcases
Appearance
![]() | This is the test cases page for the module Module:Professional wrestling profiles. Results of the test cases. |
-- Example Unit tests for [[Module:Professional wrestling]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_profiles_blank()
self:preprocess_equals('{{#invoke:Professional wrestling | profiles}}', '');
self:preprocess_equals('{{#invoke:Professional wrestling | profiles|name = John Cena}}', '');
end
return p