Gogs bef6e57d0d first commit 1 month ago
..
BUILD bef6e57d0d first commit 1 month ago
README.md bef6e57d0d first commit 1 month ago
descriptor_database_test_wrapper.py bef6e57d0d first commit 1 month ago
descriptor_pool_test_wrapper.py bef6e57d0d first commit 1 month ago
descriptor_test_wrapper.py bef6e57d0d first commit 1 month ago
generator_test_wrapper.py bef6e57d0d first commit 1 month ago
json_format_test_wrapper.py bef6e57d0d first commit 1 month ago
keywords_test_wrapper.py bef6e57d0d first commit 1 month ago
message_factory_test_wrapper.py bef6e57d0d first commit 1 month ago
message_test_wrapper.py bef6e57d0d first commit 1 month ago
proto_builder_test_wrapper.py bef6e57d0d first commit 1 month ago
reflection_test_wrapper.py bef6e57d0d first commit 1 month ago
service_reflection_test_wrapper.py bef6e57d0d first commit 1 month ago
symbol_database_test_wrapper.py bef6e57d0d first commit 1 month ago
text_encoding_test_wrapper.py bef6e57d0d first commit 1 month ago
text_format_test_wrapper.py bef6e57d0d first commit 1 month ago
unknown_fields_test_wrapper.py bef6e57d0d first commit 1 month ago
well_known_types_test_wrapper.py bef6e57d0d first commit 1 month ago
wire_format_test_wrapper.py bef6e57d0d first commit 1 month ago

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.