Chapter 9. Unit Testing Patterns
Throughout this book, we have looked at various patterns and anti-patterns in TDD. In this chapter, you are going to take a look at some additional patterns that we haven't discussed before in this book. In the process of doing so, you will also take a look at some more advanced features provided by the Python unittest
module, such as test loaders, test runners, and skipping tests.