class TestMarshalling(TestCase):
Undocumented
Method | test_literal_rep |
Undocumented |
Method | test_literal_str |
Undocumented |
Method | test_literal_txt |
Undocumented |
Method | test_marshall_error |
Undocumented |
Method | test_marshall_int |
Undocumented |
Method | test_marshall_list |
Undocumented |
Method | test_marshall_list_mixed |
Undocumented |
Method | test_marshall_list_nested |
Undocumented |
Method | test_marshall_literal |
Undocumented |
Method | test_marshall_raises |
Undocumented |
Method | test_marshall_string |
Undocumented |
Method | test_marshall_string_space |
Undocumented |
Method | test_unmarshall_empty |
Undocumented |
Method | test_unmarshall_int |
Undocumented |
Method | test_unmarshall_list |
Undocumented |
Method | test_unmarshall_literal |
Undocumented |
Method | test_unmarshall_literal_negative |
Undocumented |
Method | test_unmarshall_nospace |
Undocumented |
Method | test_unmarshall_open_list |
Undocumented |
Method | test_unmarshall_string |
Undocumented |
Method | test_unmarshall_toolong |
Undocumented |
Inherited from TestCase
:
Method | assertIs |
Undocumented |
Method | assertIsInstance |
Fail if obj is not an instance of kls |