- constants.py: TYPE_UNITTEST_FILE → TYPE_UNITTEST, cmd "unittest_file" → "unittest" - All Python files updated: test_item_unittest.py, test_set.py, test_init.py, terminal.py, report_export_txt.py, test_tree_item.py - All .tum files updated (examples, validation, doc) - Sphinx doc: unittest_file_test_item.rst → unittest_test_item.rst, all references updated Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
- unittest:
|
|
name: Unittest item
|
|
test_file: {{include_directory}}/unittest.py
|
|
key: $(test)_PASS
|
|
test_method: test_01_pass
|
|
|
|
- unittest:
|
|
name: Unittest item
|
|
test_file: {{include_directory}}/unittest.py
|
|
key: $(test)_FAIL
|
|
test_method:
|
|
- test_04_disabled
|
|
- test_03_fail
|