...

/

Using Fixture Functions Directly

Using Fixture Functions Directly

Let’s learn how to test our templates and wrap up the use of fixtures in our tests.

Testing our templates

We have a single test we’ll need for templates. We want to make sure templates get compiled correctly. That test ...