Introduction
Get familiar with some prerequisites for this chapter.
We'll cover the following...
Testing Ecto queries is fairly straightforward, especially if we’re coming from testing database code in other languages. Some basic rules will help us make sure that our coverage is effective.
What will we cover?
In this chapter, we’ll explore some additional tooling ...