]> git.99rst.org Git - openwrt-packages.git/commit
python-protobuf: add test script
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 09:14:15 +0000 (12:14 +0300)
committerAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 17:00:40 +0000 (20:00 +0300)
commita56b754b01d85d1f6f7b98d7f0adbd9d508f2601
treee9e0f7e2e783a81b8d5c447e46bd4736c04d4c23
parentd0c1db8839934fd4c465021907b339c51aa47cb9
python-protobuf: add test script

Add a CI test.sh that imports google.protobuf and round-trips the
Timestamp and Struct well-known types through SerializeToString and
ParseFromString, covering the descriptor pool, encoder and decoder
without needing a compiled .proto. Modelled on python-rpds-py's test.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-protobuf/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT