Basics
Intermediate
Advanced
Testing
Data Processing
Ecto
Storage
Miscellaneous
Articles authored by Elixir School contributors and members of the community.
TIL about ExUnit’s capture_log option
Capture the output from Logger to clean up your test runs
Alex Griffith
TIL How to Run Tests for One Child App in an Umbrella
Run all of the tests, or just a specific tests, for a given child app in an umbrella application with this handy command.
Sophie DeBenedetto
Run specific test cases with ExUnit
Learn how you can easily run one specific test case or a group test cases in Elixir without having to run through the whole test suites and custom workarounds.
Kevin Mathew