Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing test warnings #744

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

lumip
Copy link

@lumip lumip commented Jul 23, 2023

This fixes some errors and a number of warnings I got when running the tests:

  • Some tests fail with ffmpeg error "Unknown encoder 'libvorbis'" - added skip condition if libvorbis is not a known encoder
  • Many warnings about unclosed file handles - fixed in the tests and in relevant AudioSegment functions
  • Deprecation warnings about assertEquals (should be assertEqual)

- AudioSegment.from_file would previously not close all opened files in
  case of raised exceptions.
- Some tests would not close obtained open file handles.
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.

None yet

1 participant