UniSet 2.45.1
Класс tests.test_e2e.TestMinimalPipelineE2E

Открытые члены

 test_contains_load_statement (self)
 test_contains_uniset_inputs_array (self)
 test_contains_uniset_outputs_array (self)
 test_input_sensors_mapped (self)
 test_output_sensors_mapped (self)
 test_contains_uniset_on_step (self)
 test_input_variable_substitution (self)
 test_output_variable_substitution (self)
 test_local_variable_declaration (self)
 test_if_statement_generated (self)
 test_js_structure_order (self)
 test_complete_output_snapshot (self)

Защищенные члены

str _run_pipeline (self)

Подробное описание

Full pipeline: minimal.st + minimal_mapping.yaml -> JS output.

Методы

◆ _run_pipeline()

str tests.test_e2e.TestMinimalPipelineE2E._run_pipeline ( self)
protected
Run the full pipeline and return JS output string.

◆ test_complete_output_snapshot()

tests.test_e2e.TestMinimalPipelineE2E.test_complete_output_snapshot ( self)
Verify the complete JS output contains all expected elements.

◆ test_input_variable_substitution()

tests.test_e2e.TestMinimalPipelineE2E.test_input_variable_substitution ( self)
VAR_INPUT variables become in_<SensorName>.

◆ test_js_structure_order()

tests.test_e2e.TestMinimalPipelineE2E.test_js_structure_order ( self)
Verify sections appear in correct order: load, inputs, outputs, vars, on_step.

◆ test_output_variable_substitution()

tests.test_e2e.TestMinimalPipelineE2E.test_output_variable_substitution ( self)
VAR_OUTPUT variables become out_<SensorName>.