Functional Programming Testing in Elixir with Multiple Environments A guide to implementing custom Mix environments in Elixir, which can help simplify writing unit and integration tests in a sane way.
Functional Programming Unit Testing Phoenix Controllers with Mox A short walkthrough of the Mox library for Elixir. See how implementing mocks based on behaviours can simplify your unit tests for Phoenix controllers.