Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
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.
 
 
 
 
 
 
Protobuf Team f439bfb6d9 Enable numpy_test for upb python. 3 years ago
..
BUILD Enable numpy_test for upb python. 3 years ago
README.md
descriptor_database_test_wrapper.py
descriptor_pool_test_wrapper.py Fixed two reference leaks in unknown field processing. 3 years ago
descriptor_test_wrapper.py
generator_test_wrapper.py
json_format_test_wrapper.py
keywords_test_wrapper.py
message_factory_test_wrapper.py
message_test_wrapper.py
numpy_test_wrapper.py Enable numpy_test for upb python. 3 years ago
proto_builder_test_wrapper.py
pyproto_test_wrapper.bzl
reflection_test_wrapper.py Fixed Python test by implementing RichCompare() for RepeatedCompositeContainer. 3 years ago
service_reflection_test_wrapper.py
symbol_database_test_wrapper.py
text_encoding_test_wrapper.py
text_format_test_wrapper.py
unknown_fields_test_wrapper.py
well_known_types_test_wrapper.py Fixed the mingw build by adding compatibility code for vsnprintf() 3 years ago
wire_format_test_wrapper.py

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.