Skip to content

Add regex versions of file download verification methods #2113

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

Closed
mdmintz opened this issue Sep 15, 2023 · 1 comment · Fixed by #2115
Closed

Add regex versions of file download verification methods #2113

mdmintz opened this issue Sep 15, 2023 · 1 comment · Fixed by #2115
Assignees
Labels
enhancement Making things better

Comments

@mdmintz
Copy link
Member

mdmintz commented Sep 15, 2023

Add regex versions of file download verification methods

This would be useful if a randomly-generated string appears in the filename of a downloaded file, but you still want to verify that the download was successful.

self.is_downloaded_file_regex_present(regex)

self.assert_downloaded_file_regex(regex, timeout=None)
@mdmintz
Copy link
Member Author

mdmintz commented Sep 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making things better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant