mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
[PR #478] [MERGED] Python: Convert bro.py tests to unittest style #1109
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/478
Author: @nicksay
Created: 12/9/2016
Status: ✅ Merged
Merged: 12/9/2016
Merged by: @eustas
Base:
master← Head:py-unittest-bro📝 Commits (1)
cd07da7Python: Convert bro.py tests to unittest style📊 Changes
6 files changed (+159 additions, -213 deletions)
View changed files
📝
python/tests/_test_utils.py(+24 -17)➕
python/tests/bro_test.py(+120 -0)➖
python/tests/compatibility_test.py(+0 -30)📝
python/tests/compress_test.py(+15 -77)➖
python/tests/custom_dictionary_test.py(+0 -41)➖
python/tests/roundtrip_test.py(+0 -48)📄 Description
bro.pydecompression and compressionbro.pyof iterables using
itertools.product🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.