UniSet 2.45.1
Класс tests.test_parser.TestParseFileST

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

 test_parses_st_file (self)
 test_filename_is_set (self)
 test_nonexistent_file_raises_parse_error (self)
 test_thermostat_st (self)

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

Tests for parse_file() with plain ST input files.

Методы

◆ test_filename_is_set()

tests.test_parser.TestParseFileST.test_filename_is_set ( self)
parse_file() should set filename to the input path.

◆ test_nonexistent_file_raises_parse_error()

tests.test_parser.TestParseFileST.test_nonexistent_file_raises_parse_error ( self)
parse_file() should raise ParseError for missing files.

◆ test_parses_st_file()

tests.test_parser.TestParseFileST.test_parses_st_file ( self)
parse_file() should handle .st files via parse_st().

◆ test_thermostat_st()

tests.test_parser.TestParseFileST.test_thermostat_st ( self)
parse_file() should handle thermostat.st.