Join multiple xdist_group markers (#1201)
Fixes #1200 --------- Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
3
changelog/1200.feature
Normal file
3
changelog/1200.feature
Normal file
@@ -0,0 +1,3 @@
|
||||
Now multiple ``xdist_group`` markers are considered when assigning tests to groups (order does not matter).
|
||||
|
||||
Previously, only the last marker would assign a test to a group, but now if a test has multiple ``xdist_group`` marks applied (for example via parametrization or via fixtures), they are merged to make a new group.
|
||||
Reference in New Issue
Block a user