Sounds good. A PR is welcome!

On Thu, Mar 2, 2023 at 10:20 AM Fabian Becker <fabian.becke...@gmail.com>
wrote:

> 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
> <https://groups.google.com/d/msgid/elixir-lang-core/f6bda5ce-812e-49a7-bc84-de6018af53cen%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAGnRm4JvaPhhcB8w3zaPVMYH_tzjRQLGeTdHBR4%3Du%3D8RUeSNjw%40mail.gmail.com.

Reply via email to