You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
I have submitted a pull request that adds parameterized tests to ExUnit, which makes it easier to parameterize tests at runtime. We plan to use this in Elixir to make it easier to run our tests using different CLI executables. Feedback is welcome: https://github.com/elixir-lang/elixir/pull/13618
The PR is actually quite small, the large changes are because we refactored our RegistryTest to use runtime parameterized tests, instead of doing it at compile time.