Re: [elixir-core:12061] [Proposal] Include ExUnit.Case group to the test context.

2025-04-15 Thread José Valim
Please do send a pull request but we should probably call it `test_group`, as I can see it conflicting with groups in existing apps. :) In this case, we don't need to check and raise either. *José Valimhttps://dashbit.co/ * On Wed, Apr 16, 2025 at 3:45 AM Rudolf Manusadzhia

[elixir-core:12061] [Proposal] Include ExUnit.Case group to the test context.

2025-04-15 Thread Rudolf Manusadzhian
Hi there! Recently we started using *:group* option for ExUnit in a project. For those tests I have had a setup helper where amongst other things I used to check if *tags[:async]* is not set to *true*. Otherwise it would raise an error or print a warning saying that it will introduce a flaky tes