Skip to content

Instantly share code, notes, and snippets.

@euccas
Last active June 8, 2020 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euccas/e8f3c5c4d3968ba38980 to your computer and use it in GitHub Desktop.
Save euccas/e8f3c5c4d3968ba38980 to your computer and use it in GitHub Desktop.
divide tests into groups
test_num = test_list.length
group_num = test_num / group_length
if test_num % group_length != 0
group_num += 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment