§ Technical Deep Dives
Introduction to Testing with ExUnit
Bring your laptops for this workshop where we walk through basic testing using ExUnit, Elixir's built-in testing framework
Historical Content
This was published on November 10, 2015 and is maintained for historical reference. While the core concepts may still be relevant, specific technical details may be outdated.
From the meetup description:
Bring your laptops for this workshop where we walk through basic testing using ExUnit, Elixir's built-in testing library.
The workshop led participants through TestThePlanet, a module-by-module look into leveraging ExUnit to perform unit and integration testing with Elixir's defacto and built-in testing library ExUnit.