ex_parameterized v1.3.4 Release Notes

Release Date: 2018-07-06 // over 5 years ago
  • 👌 Support

     test\_with\_params "ast from enum of maps", fn a -\> assert a == %{b: 1, c: 2} end doEnum.map([{%{b: 1, c: 2}}, {%{b: 1, c: 2}}], fn x -\> x end) end