removed support of xml and json config.
Changed the evaluation pattern to $|x|.
This commit is contained in:
@@ -195,8 +195,8 @@ Export attribute
|
||||
key:
|
||||
- GID-1510554_step_1
|
||||
report:
|
||||
reported_list: @| random.sample(range(0,20), k=10) |
|
||||
reported_float: @| math.sqrt(float(1)) |
|
||||
reported_list: $| random.sample(range(0,20), k=10) |
|
||||
reported_float: $| math.sqrt(float(1)) |
|
||||
reported_str: This is my reported sentence
|
||||
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ Some global variables have an impact on the ``lua_func`` test item behavior:
|
||||
|
||||
* ``lua_path``: This optional global variable can be used to define
|
||||
the lua executable path. If not defined, the lua interpreter is
|
||||
searched in at the default place in the system.
|
||||
searched in at the default place in the system.
|
||||
* ``lua_env``: This global variable can be used to define
|
||||
environment variables for the lua script execution environment.
|
||||
Only `PATH`, `LUA_PATH`, and `LUA_CPATH` are supported.
|
||||
|
||||
Reference in New Issue
Block a user