grpc/third_party/upb/python/pb_unit_tests
Esun Kim 696e4928e6
Upgrade upb to the latest (#29333)
* Update upb manual

* Update third_party/upb to bef53686ec702607971bd3ea4d4fefd80c6cc6e8

* Update grpc_deps.bzl

* Update doc

* Regen UPB

* Update by review

* New upb files
2022-04-07 10:28:16 -07:00
..
BUILD Upgrade upb to the latest (#29333) 2022-04-07 10:28:16 -07:00
README.md Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
descriptor_database_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
descriptor_pool_test_wrapper.py Upgrade upb to the latest (#29333) 2022-04-07 10:28:16 -07:00
descriptor_test_wrapper.py Upgrade upb to the latest (#29333) 2022-04-07 10:28:16 -07:00
generator_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
json_format_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
keywords_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
message_factory_test_wrapper.py Upgrade upb to the latest (#29333) 2022-04-07 10:28:16 -07:00
message_test_wrapper.py Upgrade upb to the latest (#29333) 2022-04-07 10:28:16 -07:00
proto_builder_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
reflection_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
service_reflection_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
symbol_database_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
text_encoding_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
text_format_test_wrapper.py Upgrade upb to the latest (#29333) 2022-04-07 10:28:16 -07:00
unknown_fields_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
well_known_types_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00
wire_format_test_wrapper.py Attempt to upgrade upb to the latest (#28685) 2022-02-28 09:26:31 -08:00

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.