Efx - A library to declaratively write testable effects

We released some new stuff today (Version 0.2.1):

  • Setup bindings once for all tests
    We call these bindings omnipresent. We define them usually in our test_helpers.ex. There is an example in the EfxCase doc.
  • Formatter support
    Formatters recently added braces around defeffect one-liners (e.g. in defeffect foo, do: "hello"). You can now include the library in your formatter config and have the formatter tamed :wink: (see Usage in Readme).

Happy coding!

4 Likes