mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
This CL is mostly a no-op, except that now google3-only code is actually stripped from OSS, instead of being preserved in `# begin:google_only` blocks. This follows the conventions of the greater Copybara ecosystem. PiperOrigin-RevId: 669513564 |
||
|---|---|---|
| .. | ||
| BUILD | ||
| descriptor_pool_test_wrapper.py | ||
| descriptor_test_wrapper.py | ||
| generator_test_wrapper.py | ||
| message_factory_test_wrapper.py | ||
| message_test_wrapper.py | ||
| proto_builder_test_wrapper.py | ||
| pyproto_test_wrapper.bzl | ||
| README.md | ||
| reflection_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.