mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
[PR #1390] [MERGED] Modernize tests. #1998
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:test_833735724📝 Commits (1)
f81d6bcModernize tests.📊 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.