[PR #1390] [MERGED] Modernize tests. #1998

Closed
opened 2026-01-29 20:56:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1390
Author: @copybara-service[bot]
Created: 11/18/2025
Status: Merged
Merged: 11/19/2025
Merged by: @copybara-service[bot]

Base: masterHead: test_833735724


📝 Commits (1)

📊 Changes

10 files changed (+207 additions, -690 deletions)

View changed files

📝 .github/workflows/build_test.yml (+3 -3)
📝 MANIFEST.in (+0 -1)
📝 python/README.md (+12 -9)
python/bro.py (+0 -194)
📝 python/tests/_test_utils.py (+49 -119)
python/tests/bro_test.py (+0 -104)
📝 python/tests/compress_test.py (+9 -31)
📝 python/tests/compressor_test.py (+41 -90)
📝 python/tests/decompress_test.py (+12 -31)
📝 python/tests/decompressor_test.py (+81 -108)

📄 Description

Modernize tests.

Avoid file IO.
Drive-by: drop bro.py and bro_test.py; we do not support it well and likely no one uses it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1390 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_833735724` --- ### 📝 Commits (1) - [`f81d6bc`](https://github.com/google/brotli/commit/f81d6bc7f07b860b9d6243e8d46ce4eda0db0855) Modernize tests. ### 📊 Changes **10 files changed** (+207 additions, -690 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_test.yml` (+3 -3) 📝 `MANIFEST.in` (+0 -1) 📝 `python/README.md` (+12 -9) ➖ `python/bro.py` (+0 -194) 📝 `python/tests/_test_utils.py` (+49 -119) ➖ `python/tests/bro_test.py` (+0 -104) 📝 `python/tests/compress_test.py` (+9 -31) 📝 `python/tests/compressor_test.py` (+41 -90) 📝 `python/tests/decompress_test.py` (+12 -31) 📝 `python/tests/decompressor_test.py` (+81 -108) </details> ### 📄 Description Modernize tests. Avoid file IO. Drive-by: drop bro.py and bro_test.py; we do not support it well and likely no one uses it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:56:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1998