-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
When working on code samples in Python language, I'm often irritated by how long it takes to run the full test suite for my PRs. I'd love to have support for pytest-xdist
or pytest-parallel
in the noxfiles that we force-sync in our Python repositories. All tests should always be written in a way, that they don't rely on any order and don't interfere with each other, so this should not cause any problems.
I'll provide a PR that supports those pytest extensions for review in a moment.
According to tests run on my local machine on the python-compute
repository, the time it takes to run all tests for samples can be reduced to 5 minutes from almost half an hour IIRC.
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.