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

Use pytest to parallellize tests #405

Closed
lekcyjna123 opened this issue Jun 30, 2023 · 1 comment
Closed

Use pytest to parallellize tests #405

lekcyjna123 opened this issue Jun 30, 2023 · 1 comment
Labels
good first issue Good for newcomers infrastructure CI, testing, etc.

Comments

@lekcyjna123
Copy link
Contributor

We currently run tests using standard library "unittests" but it offers only running tests on one core. Please use pytest to parallelize testing.

@lekcyjna123 lekcyjna123 added good first issue Good for newcomers infrastructure CI, testing, etc. labels Jun 30, 2023
@lekcyjna123
Copy link
Contributor Author

Solved by #554 and #611

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers infrastructure CI, testing, etc.
Projects
None yet
Development

No branches or pull requests

1 participant