Project restart
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
- py_func:
|
||||
name: {{ func_title }}
|
||||
file: $(test_path)$(psep)include.py
|
||||
func_name: ValidationTest
|
||||
key: $(test)_PASS
|
||||
param:
|
||||
- {{ func_param }}
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
- let: {name: Test param inclusion 1, values: [inclusion: $({{ dd }}_inc)]}
|
||||
# note the Jinja comments : {# #}
|
||||
# The following construction is not allowed and will fail to load:
|
||||
# {#
|
||||
# - let: {name: Test param inclusion 2, values: [inclusion: {{ $(inc)_inc }}]}
|
||||
# #}
|
||||
Reference in New Issue
Block a user