UniSet 2.45.1
Класс tests.test_codegen.TestMinimalProgramStructure

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

 test_empty_program_has_load_statement (self)
 test_empty_program_has_comment_header (self)
 test_empty_program_has_on_step_function (self)
 test_empty_program_has_empty_sensor_arrays (self)
 test_structure_order (self)

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

Test that a minimal program generates correct JS structure.

Методы

◆ test_structure_order()

tests.test_codegen.TestMinimalProgramStructure.test_structure_order ( self)
Verify load, inputs, outputs, on_step appear in correct order.