Module:ScribuntoUnit/doc: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit, ← = automatic edit summary

21 October 2024

  • curprev 18:2318:23, 21 October 2024Muskit Gergous talk contribs 11,072 bytes +11,072 Created page with "This module provides unit tests for other Lua modules. To test a module, you must create a separate test module, usually located at <code>Module:''Module name''/testcases</code>. The module is tested with the ScribuntoUnit module, which verifies that the operations defined in the test module produce the expected results. == Test module structure == To make a test module (test suite), start with the following code: <syntaxhighlight lang="lua"> local myMo..."