In the previous chapter, we learned a number of techniques that can be used to convert unittest-based suites to pytest, ranging from simply starting using it as a runner, all the way to porting complex existing functionality to a more pytest-friendly style.
This is the final chapter in this quick-start guide, and we will discuss the following topics:
- An overview of what we have learned
- The pytest community
- Next steps
- Final summary