Jump to content

Module:TNT/testcases: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 January 2026

  • curprev 01:0001:00, 11 January 2026 Rosie talk contribs 9,293 bytes +9,293 Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local p = ScribuntoUnit:new() local libName = 'TNT' -- Helper to run all tests using sandbox version of the library from the debug console. To run against main lib, use =p.run() function p.runSandbox() local frame = mw.getCurrentFrame():newChild{title='testcases', args={module=libName .. '/sandbox', displayMode='log'}} return p.run(frame) end -- Allow test runner to use both the main library and the sandbox of th..."