• Home
Name Date Size #Lines LOC

..--

BUILDD22-Oct-2025855 3523

README.mdD22-Oct-2025517 128

descriptor_pool_test_wrapper.pyD22-Oct-20251.8 KiB385

descriptor_test_wrapper.pyD22-Oct-20252 KiB426

generator_test_wrapper.pyD22-Oct-20251.7 KiB364

message_factory_test_wrapper.pyD22-Oct-20251.8 KiB385

message_test_wrapper.pyD22-Oct-20252.4 KiB499

proto_builder_test_wrapper.pyD22-Oct-20251.8 KiB385

pyproto_test_wrapper.bzlD22-Oct-2025781 2522

reflection_test_wrapper.pyD22-Oct-20252.6 KiB5410

README.md

1
2# Protobuf Unit Tests
3
4This directory contains wrappers around the Python unit tests defined in
5the protobuf repo.  Python+upb is intended to be a drop-in replacement for
6protobuf Python, so we should be able to pass the same set of unit tests.
7
8Our wrappers contain exclusion lists for tests we know we are not currently
9passing.  Ideally these exclusion lists will become empty once Python+upb is
10fully implemented.  However there may be a few edge cases that we decide
11are not worth matching with perfect parity.
12