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.
 
 
 
 
 
 
Joshua Haberman 8422e9795f Migrated upb to use Copybara-standard stripping. 3 months ago
..
BUILD Migrated upb to use Copybara-standard stripping. 3 months ago
README.md
descriptor_pool_test_wrapper.py Migrated upb to use Copybara-standard stripping. 3 months ago
descriptor_test_wrapper.py Unify behavior of deprecated_legacy_json_field_conflicts across upb and syntax. 10 months ago
generator_test_wrapper.py
message_factory_test_wrapper.py
message_test_wrapper.py Add "extend repeated with nothing" tests back for upb python 11 months ago
proto_builder_test_wrapper.py
pyproto_test_wrapper.bzl Migrated upb to use Copybara-standard stripping. 3 months ago
reflection_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.