.. |
conftest.py
|
Added Configuration class to configure grpclib internals
|
2019-11-26 11:10:59 +02:00 |
conn.py
|
Refactored deprecated in Python 3.8 APIs, included Python 3.8 in CI config
|
2019-11-28 18:47:32 +02:00 |
dummy.proto
|
Refactored tests to use more simplified .proto file
|
2018-05-23 17:27:47 +03:00 |
dummy_grpc.py
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
dummy_pb2.py
|
Update auto-generated *_pb2.py files
|
2021-08-24 08:19:15 +03:00 |
stubs.py
|
Added statistics collection
|
2019-11-26 15:22:38 +02:00 |
test_client_channel.py
|
Fixed test_default_ssl_context and test_concurrent_connect
|
2020-06-24 02:57:29 +03:00 |
test_client_events.py
|
Extended RecvTrailingMetadata event with a status-related properties
|
2021-08-20 18:05:15 +03:00 |
test_client_methods.py
|
Fixed client's service methods
|
2019-07-27 14:48:05 +03:00 |
test_client_stream.py
|
Added a temporary workaround to be compatible with inaccurate gRPC implementations, fixes #84
|
2020-05-30 18:50:56 +03:00 |
test_codec.py
|
Added http2_connection_window_size and http2_stream_window_size config values
|
2020-06-11 16:13:42 +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_config.py
|
Added http2_connection_window_size and http2_stream_window_size config values
|
2020-06-11 16:13:42 +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
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
test_health_check.py
|
Fixed time.monotonic() usage in the ServiceCheck class for the case when monotonic time starts from 0
|
2020-04-27 16:41:25 +03:00 |
test_health_service.py
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
test_memory.py
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
test_metadata.py
|
Fixed metadata validation, fixes #113
|
2020-06-25 18:59:35 +03:00 |
test_ping.py
|
Refactored keepalive functionality, fixed tests
|
2020-01-23 17:55:05 +02:00 |
test_protocol.py
|
Fixed h2==4.0.0 compatibility, removed deprecated code, fixed tests, fixed project dependencies, fixes #119
|
2020-09-21 05:02:49 +03:00 |
test_reflection.py
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
test_server_events.py
|
Extended SendTrailingMetadata event with a status-related properties
|
2021-08-20 16:58:09 +03:00 |
test_server_handler.py
|
Refactored deprecated in Python 3.8 APIs, included Python 3.8 in CI config
|
2019-11-28 18:47:32 +02:00 |
test_server_stream.py
|
Added (client|server):Stream.peer property, closes #85
|
2020-05-30 16:24:39 +03:00 |
test_stats.py
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
test_status_details_codec.py
|
Reverted introduction of the new file extension
|
2020-06-03 21:09:27 +03:00 |
test_testing.py
|
Added a new test to check that we can test server-side errors using "testing" module
|
2021-04-14 21:30:18 +03:00 |
test_utils.py
|
Refactored deprecated in Python 3.8 APIs, included Python 3.8 in CI config
|
2019-11-28 18:47:32 +02:00 |