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

Unit tests should be run in parallel #366

Open
fleimgruber opened this issue Nov 14, 2024 · 0 comments
Open

Unit tests should be run in parallel #366

fleimgruber opened this issue Nov 14, 2024 · 0 comments

Comments

@fleimgruber
Copy link
Contributor

As a developer, unit tests should run in parallel as the bulk of the unit tests is concerned with IO bound API requests and these can be trivially parallelized.

Planning on using https://pypi.org/project/pytest-xdist/.

This is just a reminder to pick it up after #131 lands.

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

No branches or pull requests

1 participant