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

Add option to download all test data concurrently #7

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

naegelejd
Copy link
Member

With the --download-all option to pytest, all test data will be downloaded concurrently before test setup (fast). Otherwise, pytest will download test data per-test, at test invocation time (slow).

I also refactored so test setup and session fixtures are defined in conftest.py and test_e2e.py contains only code relevant to functional Pingvin tests.

@naegelejd naegelejd requested a review from hansenms December 17, 2024 19:06
@naegelejd naegelejd merged commit cd42cc1 into main Jan 2, 2025
5 checks passed
@naegelejd naegelejd deleted the feature/concurrent-test-downloads branch January 2, 2025 14:14
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.

2 participants