Skip to content

Revise --slice for better balancing #86

Description

@mjambon

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]].

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomerslow-priorityA low-priority task. If someone does the work for us, we'll take it.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions