-
Notifications
You must be signed in to change notification settings - Fork 4
Revise --slice for better balancing #86
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslow-priorityA low-priority task. If someone does the work for us, we'll take it.A low-priority task. If someone does the work for us, we'll take it.
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslow-priorityA low-priority task. If someone does the work for us, we'll take it.A low-priority task. If someone does the work for us, we'll take it.
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]].