-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
refactoringSome code shall be redesignedSome code shall be redesignedunit testsA new set of tests needs to be added.A new set of tests needs to be added.
Description
We can parallelize the test workflow in 2 ways:
- Over multiple environments (i.e., python versions). This can be done either via parallelization directly in the github workflow, or we can tell
toxto parallelize environments. - Over multiple tests with
pytest-xdistusing the flag-n auto.
Drawbacks:
- Parallelizing the tests changes the console output for the test workflow, since intermediate results cannot be shown until all tests have completed.
Metadata
Metadata
Assignees
Labels
refactoringSome code shall be redesignedSome code shall be redesignedunit testsA new set of tests needs to be added.A new set of tests needs to be added.