Rename unittest_file item to unittest in examples
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -271,7 +271,7 @@ end
|
|||||||
name: Group Item
|
name: Group Item
|
||||||
condition: "'$(OS)' == 'Linux'"
|
condition: "'$(OS)' == 'Linux'"
|
||||||
steps:
|
steps:
|
||||||
- unittest_file:
|
- unittest:
|
||||||
test_file: test_prod_rio6_8093.py
|
test_file: test_prod_rio6_8093.py
|
||||||
test_method:
|
test_method:
|
||||||
...
|
...
|
||||||
@@ -309,7 +309,7 @@ end
|
|||||||
name: Cycle Temperature
|
name: Cycle Temperature
|
||||||
iterator: 10
|
iterator: 10
|
||||||
steps:
|
steps:
|
||||||
- unittest_file:
|
- unittest:
|
||||||
test_file: test_prod_rio6_8093.py
|
test_file: test_prod_rio6_8093.py
|
||||||
- py_func:
|
- py_func:
|
||||||
name: function test item
|
name: function test item
|
||||||
|
|||||||
Reference in New Issue
Block a user