In this chapter, we saw how pytest can provide more advanced features on top of the same functionalities we were already used to with unittest. We also saw how we can run our existing test suite with pytest and how we can evolve it to leverage some of built-in pytest features.
We've looked at some of the features that pytest provides out of the box, and in the next chapter, we will introduce more advanced pytest features, such as parametric tests and fixture generation.