Testing combinatorial cases with Elixir macros
13 Feb 2017
In this short article we’ll see how to leverage Elixir macros, and a little ExUnit trick, to easily and safely test our application. This method is especially useful when we have a set of cases that can be…