Our First Test

Learn how to use ExUnit by writing our first test.

From the beginning, Elixir was developed with ExUnit, Elixir’s testing framework, as part of the core library. As a result, most of the test tooling we’ve come to utilize in our production applications is straight out of the Elixir core. This means that if we have Elixir and are familiar with what’s available, we can write effective tests without bringing in other libraries.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy