Module:UnitTests/doc: Difference between revisions

Content deleted Content added
Remove confusing sort key for Category:Modules for test tools
Effect -> affect.
 
(One intermediate revision by one other user not shown)
Line 6:
 
function p:test_hello()
self:preprocess_equals('<nowiki>{{#invoke:Example | hello}}</nowiki>', 'Hello World!')
end
 
Line 91:
=== display ===
{{hatnote|Only available in <code>equals</code>}}
An optional function that changes how the output from the tests are displayed. This doesn't effectaffect the comparison process.
 
== See also ==