Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Deanna Garcia e6dd5bfefe Comment out //third_party/upb/python/pb_unit_tests:numpy_test to allow for a change in protobuf directories. This will be uncommented as soon as the protobuf change gets through. 2 years ago
..
BUILD Comment out //third_party/upb/python/pb_unit_tests:numpy_test to allow for a change in protobuf directories. This will be uncommented as soon as the protobuf change gets through. 2 years ago
README.md All tests in the repo are passing. 3 years ago
descriptor_database_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
descriptor_pool_test_wrapper.py Fixed two reference leaks in unknown field processing. 3 years ago
descriptor_test_wrapper.py Bump pinned protobuf version 2 years ago
generator_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
json_format_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
keywords_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
message_factory_test_wrapper.py Remove reference to deleted test. 2 years ago
message_test_wrapper.py Fixed a Python test by adding a new map insert function that distinguishes between insert and update. 3 years ago
numpy_test_wrapper.py Import numpy_test in upb wrapper from protobuf 2 years ago
proto_builder_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
pyproto_test_wrapper.bzl Add windows CI 2 years ago
reflection_test_wrapper.py Add Parse/Serialize templates to support shared_ptr/unique_ptr. 2 years ago
service_reflection_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
symbol_database_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
text_encoding_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
text_format_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
unknown_fields_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years ago
well_known_types_test_wrapper.py Fixed the mingw build by adding compatibility code for vsnprintf() 3 years ago
wire_format_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 3 years 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.