Classes | |
class | _GenericHandler |
class | TestServer |
Functions | |
def | _start_test_server () |
Variables | |
string | _BLOCK_BRIEFLY = '/test/BlockBriefly' |
string | _BLOCK_FOREVER = '/test/BlockForever' |
string | _ERROR_IN_STREAM_STREAM = '/test/ErrorInStreamStream' |
string | _ERROR_IN_STREAM_UNARY = '/test/ErrorInStreamUnary' |
string | _ERROR_WITHOUT_RAISE_IN_STREAM_STREAM = '/test/ErrorWithoutRaiseInStreamStream' |
string | _ERROR_WITHOUT_RAISE_IN_UNARY_UNARY = '/test/ErrorWithoutRaiseInUnaryUnary' |
string | _INVALID_TRAILING_METADATA = '/test/InvalidTrailingMetadata' |
int | _MAXIMUM_CONCURRENT_RPCS = 5 |
int | _NUM_STREAM_REQUESTS = 3 |
int | _NUM_STREAM_RESPONSES = 5 |
string | _REQUEST = b'\x00\x00\x00' |
string | _RESPONSE = b'\x01\x01\x01' |
string | _SIMPLE_UNARY_UNARY = '/test/SimpleUnaryUnary' |
string | _STREAM_STREAM_ASYNC_GEN = '/test/StreamStreamAsyncGen' |
string | _STREAM_STREAM_EVILLY_MIXED = '/test/StreamStreamEvillyMixed' |
string | _STREAM_STREAM_READER_WRITER = '/test/StreamStreamReaderWriter' |
string | _STREAM_UNARY_ASYNC_GEN = '/test/StreamUnaryAsyncGen' |
string | _STREAM_UNARY_EVILLY_MIXED = '/test/StreamUnaryEvillyMixed' |
string | _STREAM_UNARY_READER_WRITER = '/test/StreamUnaryReaderWriter' |
string | _UNARY_STREAM_ASYNC_GEN = '/test/UnaryStreamAsyncGen' |
string | _UNARY_STREAM_EVILLY_MIXED = '/test/UnaryStreamEvillyMixed' |
string | _UNARY_STREAM_READER_WRITER = '/test/UnaryStreamReaderWriter' |
string | _UNIMPLEMENTED_METHOD = '/test/UnimplementedMethod' |
level | |
verbosity | |
|
private |
Definition at line 239 of file server_test.py.
|
private |
Definition at line 29 of file server_test.py.
|
private |
Definition at line 28 of file server_test.py.
|
private |
Definition at line 40 of file server_test.py.
|
private |
Definition at line 41 of file server_test.py.
|
private |
Definition at line 43 of file server_test.py.
|
private |
Definition at line 42 of file server_test.py.
|
private |
Definition at line 44 of file server_test.py.
|
private |
Definition at line 50 of file server_test.py.
|
private |
Definition at line 48 of file server_test.py.
|
private |
Definition at line 49 of file server_test.py.
|
private |
Definition at line 46 of file server_test.py.
|
private |
Definition at line 47 of file server_test.py.
|
private |
Definition at line 27 of file server_test.py.
|
private |
Definition at line 36 of file server_test.py.
|
private |
Definition at line 38 of file server_test.py.
|
private |
Definition at line 37 of file server_test.py.
|
private |
Definition at line 33 of file server_test.py.
|
private |
Definition at line 35 of file server_test.py.
|
private |
Definition at line 34 of file server_test.py.
|
private |
Definition at line 30 of file server_test.py.
|
private |
Definition at line 32 of file server_test.py.
|
private |
Definition at line 31 of file server_test.py.
|
private |
Definition at line 39 of file server_test.py.
tests_aio.unit.server_test.level |
Definition at line 591 of file server_test.py.
tests_aio.unit.server_test.verbosity |
Definition at line 592 of file server_test.py.