Compare commits

...

2 Commits

Author SHA1 Message Date
5cbcdca57d Merge branch 'main' of ssh://git.beafrancois.fr:8329/v-and-v/testium_trainings 2026-05-02 09:35:26 +02:00
711e20e1c4 Rename unittest_file item to unittest in examples
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 08:05:49 +02:00

View File

@@ -272,7 +272,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:
... ...
@@ -310,7 +310,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