Gogs bef6e57d0d first commit 1 lună în urmă
..
BUILD bef6e57d0d first commit 1 lună în urmă
README.md bef6e57d0d first commit 1 lună în urmă
descriptor_database_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
descriptor_pool_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
descriptor_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
generator_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
json_format_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
keywords_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
message_factory_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
message_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
proto_builder_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
reflection_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
service_reflection_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
symbol_database_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
text_encoding_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
text_format_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
unknown_fields_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
well_known_types_test_wrapper.py bef6e57d0d first commit 1 lună în urmă
wire_format_test_wrapper.py bef6e57d0d first commit 1 lună în urmă

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.