November 2016
Beginner to intermediate
298 pages
6h 10m
English
A good part of a developer's work is to test and debug code. Automated tests are an inestimable tool to build and maintain robust software. In this chapter, we will learn how to add automated tests to our addon modules, to make them more robust. Server side debugging techniques are also presented, allowing the developer to inspect and understand what is happening in his code.
Automated tests are generally accepted as a best practice in software. It does not only help us ensure our code is correctly implemented. More importantly, it provides a safety net for future code enhancements or rewrites.
In the case of dynamic programming languages, such as Python, since there is no compilation step, ...
Read now
Unlock full access