Go to the source code of this file.
Classes | |
class | tests.unit._metadata_test._GenericHandler |
class | tests.unit._metadata_test._MethodHandler |
class | tests.unit._metadata_test.MetadataTest |
Namespaces | |
tests.unit._metadata_test | |
Functions | |
def | tests.unit._metadata_test._user_agent (metadata) |
def | tests.unit._metadata_test.handle_stream_stream (test, request_iterator, servicer_context) |
def | tests.unit._metadata_test.handle_stream_unary (test, request_iterator, servicer_context) |
def | tests.unit._metadata_test.handle_unary_stream (test, request, servicer_context) |
def | tests.unit._metadata_test.handle_unary_unary (test, request, servicer_context) |
def | tests.unit._metadata_test.validate_client_metadata (test, servicer_context) |
Variables | |
tuple | tests.unit._metadata_test._CHANNEL_ARGS |
tuple | tests.unit._metadata_test._EXPECTED_INITIAL_METADATA |
tuple | tests.unit._metadata_test._EXPECTED_INVOCATION_METADATA |
tuple | tests.unit._metadata_test._EXPECTED_TRAILING_METADATA = _TRAILING_METADATA |
tuple | tests.unit._metadata_test._INITIAL_METADATA |
tuple | tests.unit._metadata_test._INVOCATION_METADATA |
string | tests.unit._metadata_test._REQUEST = b'\x00\x00\x00' |
string | tests.unit._metadata_test._RESPONSE = b'\x00\x00\x00' |
string | tests.unit._metadata_test._STREAM_STREAM = '/test/StreamStream' |
string | tests.unit._metadata_test._STREAM_UNARY = '/test/StreamUnary' |
tuple | tests.unit._metadata_test._TRAILING_METADATA |
string | tests.unit._metadata_test._UNARY_STREAM = '/test/UnaryStream' |
string | tests.unit._metadata_test._UNARY_UNARY = '/test/UnaryUnary' |
tests.unit._metadata_test.verbosity | |