Project restart
This commit is contained in:
12
doc/manual/sphinx/source/test_items/check_test_item.rst
Normal file
12
doc/manual/sphinx/source/test_items/check_test_item.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
**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)"'
|
||||
Reference in New Issue
Block a user