various small improvements.

lua_func validation in progress.
This commit is contained in:
2026-02-14 23:53:34 +01:00
parent a2af730894
commit da44ed7dc7
13 changed files with 225 additions and 16 deletions

View File

@@ -132,7 +132,7 @@ library API (see :ref:`helper library<sec_python_helper_library>`)
* ``test_name``: The name of the file being executed without extension,
* ``home``: the path of the current user's home directory,
* ``test_outputs``: list of the paths of the test log and test report (if any),
* ``last_test_result``: test result of the last step (see :ref:`sec_item_common`),
* ``last_step_result``: test result of the last step (see :ref:`sec_item_common`),
* ``ts_start_<item_name>``: timestamp at the start of test item execution (see :ref:`sec_item_common`),
* ``ts_end_<item_name>``: timestamp at the end of test item execution (see :ref:`sec_item_common`),
* ``ts_duration_<item_name>``: duration of test item execution in seconds (see :ref:`sec_item_common`),