Testing in an Elixir world
In this talk, we'll share fundamental knowledge about tests with Elixir. Through examples, we'll explore how we can bring specifications, clarity, and better practices to be more self-confident while coding.
OBJECTIVES
The purpose of this talk is to share knowledge about refactoring an application and writing tests. We'll be following essential concepts, such as; code specification, outside-in approaches, test types, test pyramid, test clarity, test doubles and doctests.