Files
testium/doc/manual/sphinx/source/test_items/check_test_item.rst
2025-12-29 10:46:05 +01:00

12 lines
349 B
ReStructuredText

**check** test item
============================================================
The ``check`` test item returns the result of a python string evaluation:
.. code-block:: yaml
:caption: example of ``check`` test item usage
- check:
name: check test item example
values:
- '"tictactoe" in "$(my_global_string)"'