class documentation

class TestMarshalling(TestCase):

View In Hierarchy

Undocumented

Method test_literal_eq_different Undocumented
Method test_literal_eq_non_literal Undocumented
Method test_literal_eq_same Undocumented
Method test_literal_rep Undocumented
Method test_literal_str Undocumented
Method test_literal_txt Undocumented
Method test_marshall_bool_false Undocumented
Method test_marshall_bool_true Undocumented
Method test_marshall_bytes Undocumented
Method test_marshall_bytes_binary Undocumented
Method test_marshall_error Undocumented
Method test_marshall_float_raises Undocumented
Method test_marshall_int Undocumented
Method test_marshall_int_large Undocumented
Method test_marshall_int_zero Undocumented
Method test_marshall_list Undocumented
Method test_marshall_list_empty Undocumented
Method test_marshall_list_mixed Undocumented
Method test_marshall_list_nested Undocumented
Method test_marshall_literal Undocumented
Method test_marshall_none_raises Undocumented
Method test_marshall_raises Undocumented
Method test_marshall_string Undocumented
Method test_marshall_string_empty Undocumented
Method test_marshall_string_space Undocumented
Method test_marshall_string_utf8 Undocumented
Method test_marshall_tuple Undocumented
Method test_need_more_data Undocumented
Method test_need_more_data_is_marshall_error Undocumented
Method test_roundtrip_int Undocumented
Method test_roundtrip_list Undocumented
Method test_roundtrip_literal Undocumented
Method test_roundtrip_nested Undocumented
Method test_roundtrip_string Undocumented
Method test_unmarshall_empty Undocumented
Method test_unmarshall_int Undocumented
Method test_unmarshall_int_large Undocumented
Method test_unmarshall_int_newline_separator Undocumented
Method test_unmarshall_int_zero Undocumented
Method test_unmarshall_list Undocumented
Method test_unmarshall_list_empty Undocumented
Method test_unmarshall_list_missing_space_after_open Undocumented
Method test_unmarshall_list_nested Undocumented
Method test_unmarshall_list_newline_separator Undocumented
Method test_unmarshall_literal Undocumented
Method test_unmarshall_literal_negative Undocumented
Method test_unmarshall_literal_newline_separator Undocumented
Method test_unmarshall_literal_with_dash Undocumented
Method test_unmarshall_literal_with_digits Undocumented
Method test_unmarshall_need_more_data_list_start Undocumented
Method test_unmarshall_nospace Undocumented
Method test_unmarshall_open_list Undocumented
Method test_unmarshall_remaining_data 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
def test_literal_eq_different(self):

Undocumented

def test_literal_eq_non_literal(self):

Undocumented

def test_literal_eq_same(self):

Undocumented

def test_literal_rep(self):

Undocumented

def test_literal_str(self):

Undocumented

def test_literal_txt(self):

Undocumented

def test_marshall_bool_false(self):

Undocumented

def test_marshall_bool_true(self):

Undocumented

def test_marshall_bytes(self):

Undocumented

def test_marshall_bytes_binary(self):

Undocumented

def test_marshall_error(self):

Undocumented

def test_marshall_float_raises(self):

Undocumented

def test_marshall_int(self):

Undocumented

def test_marshall_int_large(self):

Undocumented

def test_marshall_int_zero(self):

Undocumented

def test_marshall_list(self):

Undocumented

def test_marshall_list_empty(self):

Undocumented

def test_marshall_list_mixed(self):

Undocumented

def test_marshall_list_nested(self):

Undocumented

def test_marshall_literal(self):

Undocumented

def test_marshall_none_raises(self):

Undocumented

def test_marshall_raises(self):

Undocumented

def test_marshall_string(self):

Undocumented

def test_marshall_string_empty(self):

Undocumented

def test_marshall_string_space(self):

Undocumented

def test_marshall_string_utf8(self):

Undocumented

def test_marshall_tuple(self):

Undocumented

def test_need_more_data(self):

Undocumented

def test_need_more_data_is_marshall_error(self):

Undocumented

def test_roundtrip_int(self):

Undocumented

def test_roundtrip_list(self):

Undocumented

def test_roundtrip_literal(self):

Undocumented

def test_roundtrip_nested(self):

Undocumented

def test_roundtrip_string(self):

Undocumented

def test_unmarshall_empty(self):

Undocumented

def test_unmarshall_int(self):

Undocumented

def test_unmarshall_int_large(self):

Undocumented

def test_unmarshall_int_newline_separator(self):

Undocumented

def test_unmarshall_int_zero(self):

Undocumented

def test_unmarshall_list(self):

Undocumented

def test_unmarshall_list_empty(self):

Undocumented

def test_unmarshall_list_missing_space_after_open(self):

Undocumented

def test_unmarshall_list_nested(self):

Undocumented

def test_unmarshall_list_newline_separator(self):

Undocumented

def test_unmarshall_literal(self):

Undocumented

def test_unmarshall_literal_negative(self):

Undocumented

def test_unmarshall_literal_newline_separator(self):

Undocumented

def test_unmarshall_literal_with_dash(self):

Undocumented

def test_unmarshall_literal_with_digits(self):

Undocumented

def test_unmarshall_need_more_data_list_start(self):

Undocumented

def test_unmarshall_nospace(self):

Undocumented

def test_unmarshall_open_list(self):

Undocumented

def test_unmarshall_remaining_data(self):

Undocumented

def test_unmarshall_string(self):

Undocumented

def test_unmarshall_toolong(self):

Undocumented