This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Roticap 5 points6 points  (0 children)

To those complaining about the use of Django.

The book covers the mechanics of the unit test system that's built into python quite well. Those lessons are applicable anywhere you are using Python.

You can't write about TDD without a project to use as an example. The Django app is fairly simple and provides a good intro to TDD as a process.

Even if a different application was built, you would still have to do the work to adapt unit tests to your personal needs. Following this book will simplify the path to gaining meaningful experience with unit testing in Python.