Classes | |
class | _GenericHandler |
class | _MethodHandler |
class | MetadataTest |
Functions | |
def | _user_agent (metadata) |
def | handle_stream_stream (test, request_iterator, servicer_context) |
def | handle_stream_unary (test, request_iterator, servicer_context) |
def | handle_unary_stream (test, request, servicer_context) |
def | handle_unary_unary (test, request, servicer_context) |
def | validate_client_metadata (test, servicer_context) |
Variables | |
tuple | _CHANNEL_ARGS |
tuple | _EXPECTED_INITIAL_METADATA |
tuple | _EXPECTED_INVOCATION_METADATA |
tuple | _EXPECTED_TRAILING_METADATA = _TRAILING_METADATA |
tuple | _INITIAL_METADATA |
tuple | _INVOCATION_METADATA |
string | _REQUEST = b'\x00\x00\x00' |
string | _RESPONSE = b'\x00\x00\x00' |
string | _STREAM_STREAM = '/test/StreamStream' |
string | _STREAM_UNARY = '/test/StreamUnary' |
tuple | _TRAILING_METADATA |
string | _UNARY_STREAM = '/test/UnaryStream' |
string | _UNARY_UNARY = '/test/UnaryUnary' |
verbosity | |
|
private |
Definition at line 84 of file unit/_metadata_test.py.
def tests.unit._metadata_test.handle_stream_stream | ( | test, | |
request_iterator, | |||
servicer_context | |||
) |
Definition at line 127 of file unit/_metadata_test.py.
def tests.unit._metadata_test.handle_stream_unary | ( | test, | |
request_iterator, | |||
servicer_context | |||
) |
Definition at line 117 of file unit/_metadata_test.py.
def tests.unit._metadata_test.handle_unary_stream | ( | test, | |
request, | |||
servicer_context | |||
) |
Definition at line 109 of file unit/_metadata_test.py.
def tests.unit._metadata_test.handle_unary_unary | ( | test, | |
request, | |||
servicer_context | |||
) |
Definition at line 102 of file unit/_metadata_test.py.
def tests.unit._metadata_test.validate_client_metadata | ( | test, | |
servicer_context | |||
) |
Definition at line 91 of file unit/_metadata_test.py.
|
private |
Definition at line 26 of file unit/_metadata_test.py.
|
private |
Definition at line 60 of file unit/_metadata_test.py.
|
private |
Definition at line 47 of file unit/_metadata_test.py.
|
private |
Definition at line 81 of file unit/_metadata_test.py.
|
private |
Definition at line 58 of file unit/_metadata_test.py.
|
private |
Definition at line 37 of file unit/_metadata_test.py.
|
private |
Definition at line 29 of file unit/_metadata_test.py.
|
private |
Definition at line 30 of file unit/_metadata_test.py.
|
private |
Definition at line 35 of file unit/_metadata_test.py.
|
private |
Definition at line 34 of file unit/_metadata_test.py.
|
private |
Definition at line 71 of file unit/_metadata_test.py.
|
private |
Definition at line 33 of file unit/_metadata_test.py.
|
private |
Definition at line 32 of file unit/_metadata_test.py.
tests.unit._metadata_test.verbosity |
Definition at line 242 of file unit/_metadata_test.py.