ex_parameterized v1.1.0 Release Notes

Release Date: 2016-09-06 // over 7 years ago
  • 👌 support enumerable as parameter such as the following.

     test\_with\_params "ast from enum", fn (a) -\> assert a == ["a", "b"] end doEnum.map([{["a", "b"]}], fn (x) -\> x end) end
    

    thanks @artburkart ! ( #4 )