Skip to content

Closes file handles in stream tests#115

Merged
hellobertrand merged 1 commit intomainfrom
fix/wrapper-py
Feb 28, 2026
Merged

Closes file handles in stream tests#115
hellobertrand merged 1 commit intomainfrom
fix/wrapper-py

Conversation

@hellobertrand
Copy link
Owner

Ensures that opened src and dst file objects are properly closed after stream compression tests. This prevents potential resource leaks by guaranteeing cleanup via a finally block, regardless of test success or failure.

Ensures that opened `src` and `dst` file objects are properly closed after stream compression tests. This prevents potential resource leaks by guaranteeing cleanup via a `finally` block, regardless of test success or failure.
@codecov
Copy link

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@hellobertrand hellobertrand merged commit 5ef57a5 into main Feb 28, 2026
44 checks passed
@hellobertrand hellobertrand deleted the fix/wrapper-py branch February 28, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant