The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Esun Kim f01e6b7dee
[Deps] Fully vendored upb again (#34508)
1 year ago
..
BUILD [Deps] Fully vendored upb again (#34508) 1 year ago
README.md [Deps] Fully vendored upb again (#34508) 1 year ago
descriptor_database_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
descriptor_pool_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
descriptor_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
generator_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
json_format_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
keywords_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
message_factory_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
message_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
numpy_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
proto_builder_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
pyproto_test_wrapper.bzl [Deps] Fully vendored upb again (#34508) 1 year ago
reflection_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
service_reflection_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
symbol_database_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
text_encoding_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
text_format_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
unknown_fields_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
well_known_types_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago
wire_format_test_wrapper.py [Deps] Fully vendored upb again (#34508) 1 year ago

README.md

Protobuf Unit Tests

This directory contains wrappers around the Python unit tests defined in the protobuf repo. Python+upb is intended to be a drop-in replacement for protobuf Python, so we should be able to pass the same set of unit tests.

Our wrappers contain exclusion lists for tests we know we are not currently passing. Ideally these exclusion lists will become empty once Python+upb is fully implemented. However there may be a few edge cases that we decide are not worth matching with perfect parity.