The Pragmatic Studio

Testing Module Added To Elixir/OTP Course

June 27, 2017

We have another Elixir/OTP course module for you this week: #18 Test Automation.

Currently in our web server app, we don’t have any automated tests. Rather we’re visually “testing” the HTTP responses every time we run the app. But it’s time to automate that with ExUnit tests!

In this module we look at two different ways to write unit tests along with various ways to run tests in Elixir. By the end we’ll have green dots across the board!

Enjoy!