When running `mix test` the execution order of modules is always the same 
as `--seed` only affects the execution order of tests within a test module.

This leads to a weird optimization potential where renaming slow test 
modules to be higher ranked alphabetically can be advantageous to guarantee 
their early execution.

I propose to use the seed to also randomize the `require` order of modules 
and hence the execution order of test modules.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/f6bda5ce-812e-49a7-bc84-de6018af53cen%40googlegroups.com.

Reply via email to