Fixing generated Phoenix tests (Trello clone P1)
In this episode we’ll continue exploring testing (which we started last time) and start building a Trello clone with Phoenix 1.4.
In particular, we’re going to look at what tests get generated by mix phx.gen.html
, and how they break down in the case of Ecto relations. We’ll be generating multiple related schemas and then going back and fixing the tests.