[ocultar]
Atención docentes de preprimaria. Ya pueden consultar la Dosificación del aprendizaje de la primera unidad del Nivel de Educación Preprimaria.
testcases
Ir a la navegación
Ir a la búsqueda
No tienes permiso para modificar esta página, por el siguiente motivo:
Puedes ver y copiar el código fuente de esta página.
-- Unit tests for [[Module:TableTools]]. Click talk page to run tests.
local ScribuntoUnit = require('Module:ScribuntoUnit')
local suite = ScribuntoUnit:new()
local libName = 'TableTools'
-- Helper to run all tests using sandbox version of the library from the debug console. To run against main lib, use =p.run()
function suite.runSandbox()
local frame = mw.getCurrentFrame():newChild{title='testcases', args={module=libName .. '/sandbox', displayMode='log'}}
return suite.run(frame)
end
-- Allow test runner to use the sandbox and the primary versions of the library with the same testcases
function suite:module()
return require('Module:' .. (self.frame and self.frame.args.module or libName))
end
--[[
Library-specific tests
]]
000
1:0
Plantilla usada en esta página:
Volver a Módulo:TableTools/testcases.