- constants.py: TYPE_UNITTEST_FILE → TYPE_UNITTEST, cmd "unittest_file" → "unittest" - All Python files updated: test_item_unittest.py, test_set.py, test_init.py, terminal.py, report_export_txt.py, test_tree_item.py - All .tum files updated (examples, validation, doc) - Sphinx doc: unittest_file_test_item.rst → unittest_test_item.rst, all references updated Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
687 B
ReStructuredText
26 lines
687 B
ReStructuredText
**group** test item
|
|
============================================================
|
|
|
|
This element is of the following form:
|
|
|
|
.. code-block:: yaml
|
|
:caption: ``group`` test item usage example
|
|
|
|
- group:
|
|
name: Group Item
|
|
condition: <| "$(OS)" == "Linux" |>
|
|
steps:
|
|
- unittest:
|
|
test_file: test_prod_alpha_13.py
|
|
test_method:
|
|
...
|
|
- sleep:
|
|
timeout: 10
|
|
|
|
The ``group`` element is used to manage a sequence of item as a group.
|
|
|
|
Attributes
|
|
--------------------
|
|
|
|
* The ``steps`` list describes the sequence executed in the group.
|
|
It is a list of any of the `testium` test items, |