Automated tests are a valuable practice, both for business applications in general, and for ensuring code robustness in a dynamic programming language such as Python.
We learned the basic principles of how to add and run tests for an addon module. We also discussed some techniques to help us debug our code.
Next, in our final chapter, we will learn about how to deploy our Odoo server for production use.