Learning Python Testing

No cover

Daniel Arbuckle: Learning Python Testing (2014, Packt Publishing, Limited)

English language

Published April 30, 2014 by Packt Publishing, Limited.

ISBN:
978-1-78355-321-1
Copied ISBN!

View on OpenLibrary

4 stars (1 review)

1 edition

Review of 'Learning Python Testing' on 'Goodreads'

4 stars

This is a very good book for people who want to start using Test Driven Development using Python. It starts off slowly and explains a bit of theory of testing in general, but luckily focuses more on how to do it using Python. It covers all useful topics: doctest, unittest, mock, and nose, and even some more advanced topics like integration with version control systems. It is useful if you have some Python experience, but testing experience with it is not required. The whole purpose of the book is to introduce you to it! There are two types of examples in the book: very simple ones to illustrate a single point, and elaborate ones to see how everything is combined in real life problems. In the first few chapters, I missed some more real life examples, but they turned out to come in later chapters, so hold on! It would …