Skip to content

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.

3 participants