优化测试用例

This commit is contained in:
everywhere.z
2023-06-16 17:17:51 +08:00
parent 6970e1ff7d
commit 676a4326cd
4 changed files with 9 additions and 6 deletions

View File

@@ -22,9 +22,11 @@
defaultContext.setData("s1",a*b)
]]>
</node>
<node id="s2" name="文件脚本" type="script" file="common/s2.py" language="python"/>
</nodes>
<chain name="chain1">
THEN(a, b, c, s1);
THEN(a, b, c, s1, s2);
</chain>
</flow>