Skip to content

Revise --slice for better balancing #86

Open
@mjambon

Description

When splitting the list of tests into 3 with e.g. --slice 2/3, instead of splitting [1,2,3,4,5,6,7] into [[1,2,3], [4,5], [6,7]], split it into [[1,4,7], [2,5], [3,6]].

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions