Part of elisa.core.tests.test_utils_dist View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
23 | Method | test_text_from_mappings_valid | Test serialising mappings with a valid input |
34 | Method | test_text_from_mappings_empty | Test serialising mappings with an empty input |
40 | Method | test_text_from_mappings_empty_key | Test serialising mappings with an input containing an empty key |
57 | Method | test_text_from_mappings_extra_value | Test serialising mappings with an input containing a triplet |
65 | Method | test_text_from_mappings_none | Test serialising None object |
70 | Method | test_mappings_from_text_valid | Test deserialising mappings with a valid input |
81 | Method | test_mappings_from_text_empty | Test deserialising mappings with an empty input |
87 | Method | test_mappings_from_text_empty_key | Test deserialising mappings with an input containing an empty key |
104 | Method | test_mappings_from_text_none | Test deserialising None object |
109 | Method | test_mappings_from_text_multiple | Test deserialising a text with multiple assignments |
115 | Method | test_text_from_mappings_valid_roundtrip | Test a complete round trip starting with a mappings |
Inherited from ElisaTestCase:
Line # | Kind | Name | Docs |
---|---|---|---|
108 | Method | __init__ | Undocumented |
136 | Method | setUp | Undocumented |
139 | Method | check_called | Undocumented |
125 | Method | _boot | Undocumented |