Module:AfC submission catcheck/testcases: Difference between revisions
imported>Pppery No edit summary |
(No difference)
|
Latest revision as of 03:36, 6 October 2021
Documentation for this module may be created at Module:AfC submission catcheck/testcases/doc
local p = require('Module:UnitTests')
function p:test_old()
--copy of current module, but returns categories as [[:Category:AfC submissions with categories]] rather than [[Category:AfC submissions with categories]] for easier analysis
self:preprocess_equals('{{#invoke:AfC submission catcheck/sandbox2 | checkforcats}}', '')
end
function p:test_new()
self:preprocess_equals('{{#invoke:AfC submission catcheck/sandbox | checkforcats}}', '')
end
return p