mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
This disables all checks of json_name for upb and protoc under both proto2 and proto3. This option is deprecated that will be removed in future versions, and is only meant as a temporary solution. This also fixes a latent bug in the calculation of camelcase name in Python/upb. Fixes #12525 PiperOrigin-RevId: 603158026 |
||
|---|---|---|
| .. | ||
| BUILD | ||
| descriptor_database_test_wrapper.py | ||
| descriptor_pool_test_wrapper.py | ||
| 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 | ||
| proto_builder_test_wrapper.py | ||
| pyproto_test_wrapper.bzl | ||
| README.md | ||
| reflection_test_wrapper.py | ||
| 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 | ||
| wire_format_test_wrapper.py | ||
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.