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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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