|
UniSet 2.45.1
|
Открытые члены | |
| 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.
|
protected |
Run the full pipeline and return JS output string.
| tests.test_e2e.TestMinimalPipelineE2E.test_complete_output_snapshot | ( | self | ) |
Verify the complete JS output contains all expected elements.
| tests.test_e2e.TestMinimalPipelineE2E.test_input_variable_substitution | ( | self | ) |
VAR_INPUT variables become in_<SensorName>.
| tests.test_e2e.TestMinimalPipelineE2E.test_js_structure_order | ( | self | ) |
Verify sections appear in correct order: load, inputs, outputs, vars, on_step.
| tests.test_e2e.TestMinimalPipelineE2E.test_output_variable_substitution | ( | self | ) |
VAR_OUTPUT variables become out_<SensorName>.