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

Test file bundles #125

Merged
merged 18 commits into from
Jan 26, 2020
Merged

Test file bundles #125

merged 18 commits into from
Jan 26, 2020

Conversation

keggsmurph21
Copy link
Collaborator

Add tests for FileBundle and FileBundleList. Stacks on #118 and #122.

See #124 for discussion

Before, we were relying on garbage collection to clean up our temp
files, which is probably not tenable long-term.
There needs to be some class sitting between SoundFileLoader and the
concrete children since
 - each child shares a lot of code with siblings
 - each child needs the `pydub` external library, which may not exist
   on all systems

See #122 for more context.
@keggsmurph21 keggsmurph21 merged commit b14866b into master Jan 26, 2020
@keggsmurph21 keggsmurph21 deleted the test-file-bundles branch January 26, 2020 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant