মডিউল:pi-decl/noun/Laoo/testcases
অবয়ব
এই মডিউলের জন্য মডিউল:pi-decl/noun/Laoo/testcases/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে
-- Normally, one would start with
-- local tests = require('Module:UnitTests')
-- However, this setting is inherited by invoking
local tests = require('Module:pi-decl/noun/testcases')
tests.remove_noun_tests() -- Get rid of the actual tests from the above.
function tests:test_consistency()
--[[ here be the tests ]]
tests:script_consistency_test('Laoo', {impl = 'yes', showtr = 'none'})
tests:script_consistency_test('Laoo', {impl = 'no', showtr = 'none'})
end
return tests