grpclib/tests
Vladimir Magamedov 655dc3f510 Fixed protocol.Stream.send_data method to properly wait for a positive window size, refs #74 2019-05-23 15:53:19 +03:00
..
conftest.py Added first functional test for unary-unary call 2017-04-03 20:06:53 +03:00
conn.py Fixed implicit and explicit empty trailers-only responses from the server. Logging protocol error in request_handler when no messages were sent for the call with unary response. 2019-05-14 15:39:27 +03:00
dummy.proto Refactored tests to use more simplified .proto file 2018-05-23 17:27:47 +03:00
dummy_grpc.py Generating complete type annotations in the protoc plugin 2019-05-20 15:28:54 +03:00
dummy_pb2.py Generating complete type annotations in the protoc plugin 2019-05-20 15:28:54 +03:00
stubs.py Simplified work with headers in the client's Stream, fixed bug in the Channel.request method: deadline was ignored 2019-03-13 18:43:58 +02:00
test_client_channel.py Fixed Python 3.5 compatibility in tests 2018-10-18 19:06:06 +03:00
test_client_events.py Implemented RecvInitialMetadata, RecvTrailingMetadata, SendInitialMetadata and SendTrailingMetadata events, removed redundant metadata.Metadata class 2019-03-31 17:59:28 +03:00
test_client_stream.py Fixed recv_trailing_metadata method to complain about outgoing stream's end more precisely 2019-05-15 18:50:26 +03:00
test_codec.py Implemented events functionality and added RecvRequest event on the server-side 2019-03-31 17:59:28 +03:00
test_compat.py Merged "enum" and "__public__" modules into "const" module. Added compatibility tests to avoid braking generated *_grpc.py files. 2017-09-08 18:51:21 +03:00
test_events.py Implemented events functionality and added RecvRequest event on the server-side 2019-03-31 17:59:28 +03:00
test_functional.py Added test to cover server and channel creation with current event loop 2019-05-07 21:18:49 +03:00
test_health_service.py Improved health checks support, updated documentation 2019-02-14 18:58:24 +02:00
test_memory.py Skipping test_memory::test_stream in Python < 3.7 2019-04-29 23:18:02 +03:00
test_metadata.py Implemented RecvInitialMetadata, RecvTrailingMetadata, SendInitialMetadata and SendTrailingMetadata events, removed redundant metadata.Metadata class 2019-03-31 17:59:28 +03:00
test_protocol.py Fixed protocol.Stream.send_data method to properly wait for a positive window size, refs #74 2019-05-23 15:53:19 +03:00
test_reflection.py Added reflection tests, slightly documented usage, implemented v1 support 2018-08-14 19:45:31 +03:00
test_server_events.py Implemented RecvInitialMetadata, RecvTrailingMetadata, SendInitialMetadata and SendTrailingMetadata events, removed redundant metadata.Metadata class 2019-03-31 17:59:28 +03:00
test_server_handler.py Implemented support for the trailers-only empty response on the client-side, fixed server to send content-type in trailers-only responses 2019-05-11 10:47:09 +03:00
test_server_stream.py Fixed implicit and explicit empty trailers-only responses from the server. Logging protocol error in request_handler when no messages were sent for the call with unary response. 2019-05-14 15:39:27 +03:00
test_testing.py Refactored channel_for context-manager into ChannelFor async context-manager to implement proper resources cleanup 2018-09-15 20:00:30 +03:00
test_utils.py Made loop argument optional in user-facing apis, updated Channel.__init__ docstring 2019-05-07 21:14:45 +03:00