Summary: Testing the Boundary
A recap of the tests we've performed on our boundary and then the conclusion of this course.
We'll cover the following...
Building an integration test
This chapter has gone quickly!
We built an integration test to work through the base mastery.exs
API.
We built only a single test, but it covered an end-to-end scenario with persistence enabled and a quiz.
We even built in enough ...