|
DCCL v5
|

Public Member Functions | |
| setUp (self) | |
| test_encode_omit_id_returns_bytes (self) | |
| test_decode_with_full_name_omit_id_round_trip (self) | |
| test_decode_with_full_name_omit_id_various_values (self) | |
| test_decode_omit_id_raises_without_full_name (self) | |
Public Attributes | |
| codec | |
Protected Member Functions | |
| _make_omit_msg (self, d=5.0, i=1) | |
Tests for decode_with_full_name on a message with omit_id=true.
Definition at line 173 of file test_dccl.py.
|
protected |
Definition at line 179 of file test_dccl.py.
| test_dccl.TestDecodeWithFullNameOmitId.setUp | ( | self | ) |
Definition at line 176 of file test_dccl.py.
| test_dccl.TestDecodeWithFullNameOmitId.test_decode_omit_id_raises_without_full_name | ( | self | ) |
codec.decode() should raise for an omit_id message because there is no embedded ID to look up.
Definition at line 211 of file test_dccl.py.
| test_dccl.TestDecodeWithFullNameOmitId.test_decode_with_full_name_omit_id_round_trip | ( | self | ) |
Definition at line 191 of file test_dccl.py.
| test_dccl.TestDecodeWithFullNameOmitId.test_decode_with_full_name_omit_id_various_values | ( | self | ) |
Definition at line 200 of file test_dccl.py.
| test_dccl.TestDecodeWithFullNameOmitId.test_encode_omit_id_returns_bytes | ( | self | ) |
Definition at line 185 of file test_dccl.py.
| test_dccl.TestDecodeWithFullNameOmitId.codec |
Definition at line 177 of file test_dccl.py.