tree: dbcf9a9ac21eeffa80fed9f83388f11d489e9a1b [path history] [tgz]
  1. BUILD
  2. descriptor_database_test_wrapper.py
  3. descriptor_pool_test_wrapper.py
  4. descriptor_test_wrapper.py
  5. generator_test_wrapper.py
  6. json_format_test_wrapper.py
  7. keywords_test_wrapper.py
  8. message_factory_test_wrapper.py
  9. message_test_wrapper.py
  10. numpy_test_wrapper.py
  11. proto_builder_test_wrapper.py
  12. pyproto_test_wrapper.bzl
  13. README.md
  14. reflection_test_wrapper.py
  15. service_reflection_test_wrapper.py
  16. symbol_database_test_wrapper.py
  17. text_encoding_test_wrapper.py
  18. text_format_test_wrapper.py
  19. unknown_fields_test_wrapper.py
  20. well_known_types_test_wrapper.py
  21. wire_format_test_wrapper.py
python/pb_unit_tests/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.