Putting It All Together
Explore how to integrate well-tested units into a complete Elixir application using property-based testing. Understand how to package and run your program with confident test coverage and limited impact from data layer changes.
We'll cover the following...
We'll cover the following...
The main function
It’s now time to take these well-tested bits and integrate them. Fortunately for us, we care about unit tests, so we can just throw everything together quickly and consider our job done. Let’s take a look at the main functions and see ...