dep-protobuf/python/pb_unit_tests
Joshua Haberman 4ffeaa6a58 Fixed Python Tests by disabling the numpy test for now.
PiperOrigin-RevId: 452357087
2022-06-01 12:25:43 -07:00
..
BUILD Enable numpy_test for upb python. 2022-05-23 12:33:59 -07:00
descriptor_database_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
descriptor_pool_test_wrapper.py Fixed two reference leaks in unknown field processing. 2022-05-17 10:03:42 -07:00
descriptor_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
generator_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
json_format_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
keywords_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
message_factory_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
message_test_wrapper.py Fixed a Python test by adding a new map insert function that distinguishes between insert and update. 2022-05-07 13:25:38 -07:00
numpy_test_wrapper.py Fixed Python Tests by disabling the numpy test for now. 2022-06-01 12:25:43 -07:00
proto_builder_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
pyproto_test_wrapper.bzl Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
README.md All tests in the repo are passing. 2021-12-27 18:04:58 -08:00
reflection_test_wrapper.py Fixed Python test by implementing RichCompare() for RepeatedCompositeContainer. 2022-05-09 18:35:17 -07:00
service_reflection_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
symbol_database_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
text_encoding_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
text_format_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
unknown_fields_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00
well_known_types_test_wrapper.py Fixed the mingw build by adding compatibility code for vsnprintf() 2022-05-13 17:32:50 -07:00
wire_format_test_wrapper.py Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. 2022-05-03 16:51:00 -07:00

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.