tests.unit_test.schema package

Submodules

tests.unit_test.schema.test_agent_app_protocol module

class tests.unit_test.schema.test_agent_app_protocol.DummySocket(data: bytes)

Bases: object

is_consumed_all() bool
recv(size: int) bytes
tests.unit_test.schema.test_agent_app_protocol.test_command_request_roundtrip() None
tests.unit_test.schema.test_agent_app_protocol.test_result_tuple_parse_roundtrip() None
tests.unit_test.schema.test_agent_app_protocol.test_service_response_parse_returns_eof_error_when_connection_is_closed() None
tests.unit_test.schema.test_agent_app_protocol.test_service_response_parse_returns_eof_error_when_payload_is_truncated() None

Module contents