Testing Python

Professionally I started work using C++ and from there started to go more and more into Java and from there, without leaving it, moving more and more to Python. One of the things I discovered with Python was how little there was on structuring compared to Java. The other thing I found was that I found less information on possibilities for testing than in the Java world.

Percival’s book Test-Driven Development with Python has been an excellent help to getting fast on track using more than basic possibilities for proper testing in this language. A great thing this book does is to help you get a Django project up and running.

Take a look at the book’s site here. It is really good.