test_def_file_decoder
Unit tests of DefFileDecoder
Functions
decoder
decoder()
Initialize classical decoder
Source code in tests/test_def_file_decoder.py
8 9 10 11 | |
decoder_with_positions
decoder_with_positions()
Initialize decoder with value position parsing
Source code in tests/test_def_file_decoder.py
14 15 16 17 | |
test_array
test_array(decoder)
Test decoding of arrays
Source code in tests/test_def_file_decoder.py
64 65 66 67 68 | |
test_auto
test_auto(decoder)
Test decoding of auto values
Source code in tests/test_def_file_decoder.py
71 72 73 74 75 76 77 78 | |
test_float
test_float(decoder)
Test decoding float numbers
Source code in tests/test_def_file_decoder.py
38 39 40 41 42 43 44 45 | |
test_include
test_include(decoder)
Test decoding of INCLUDEDEF statements
Source code in tests/test_def_file_decoder.py
20 21 22 23 24 25 | |
test_integer
test_integer(decoder)
Test decoding integer numbers
Source code in tests/test_def_file_decoder.py
48 49 50 51 52 53 54 | |
test_logical
test_logical(decoder)
Test decoding logical values
Source code in tests/test_def_file_decoder.py
28 29 30 31 32 33 34 35 | |
test_positions
test_positions(decoder_with_positions)
Test decoding of value positions
Source code in tests/test_def_file_decoder.py
81 82 83 84 85 86 87 | |
test_string
test_string(decoder)
Test decoding strings (quoted and unqoted)
Source code in tests/test_def_file_decoder.py
57 58 59 60 61 | |