Module:User:Undekagon30/mr-decl/testcases


test cases

edit

These are the test cases for the module

(todo link it here)

  • what is exactly tested here and how
  • what is the expected outcome and why

further references

edit

grammar explanation pages and links to other resources

execution results

edit

{{#invoke:testcases module name here|run_tests}}

test cases of module my module mr-decl

{{#invoke:Module:User:Undekagon30/mr-decl/testcases|run_tests}}

All tests passed. (refresh)

TextExpectedActual
test_example:

-- test cases for the new mr noun declension module
local tests = require('Module:UnitTests')

function tests:test_example()
	--[[ here be the tests ]]
end

return tests