Book-TDD-Web-Dev-Python icon indicating copy to clipboard operation
Book-TDD-Web-Dev-Python copied to clipboard

Wrong class in code snippet in chapter 23

Open moritz-weber opened this issue 6 years ago • 0 comments

In Chapter 23: Test Isolation, and “Listening to Your Tests” in the first code snippter after Moving Down to the Forms Layer it says:

class NewListForm(models.Form):

Which was irritating, as there is no models.Form (PyCharm was complaining). It wasn't a big issue, as it is corrected a few pages later, but it took me a few minutes because I thought I missed something.

moritz-weber avatar Sep 11 '19 16:09 moritz-weber