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

Only check and extract the needed mkv files #1152

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

getzze
Copy link
Collaborator

@getzze getzze commented Jul 8, 2024

fixes #1134

Before, the mkv fixture was dowloading the matroska archive and extracting all the files, which are 8 mkv files and xml files. The next time the mkv fixture was called, it checked if there were 8 files in the dowloaded folder, it was not the case because the extra xml files had been extracted and so the archive was downloaded and extracted again.

Now it checks only if the 8 mkv files exist in the data folder, if not it downloads the archive and extract only the needed mkv files. So the download is done only once.

Copy link

github-actions bot commented Jul 9, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@getzze getzze merged commit 58cf75b into Diaoul:main Jul 12, 2024
20 checks passed
@getzze getzze deleted the test-mkv branch November 25, 2024 23:16
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.

Check for tests mkv files by filenames, not amount
1 participant