diff --git a/content/developer/reference/backend/testing.rst b/content/developer/reference/backend/testing.rst index 58d38df03..136086af7 100644 --- a/content/developer/reference/backend/testing.rst +++ b/content/developer/reference/backend/testing.rst @@ -17,7 +17,8 @@ tests Testing Python code =================== -Odoo provides support for testing modules using unittest. +Odoo provides support for testing modules using `Python's unittest library +`_. To write tests, simply define a ``tests`` sub-package in your module, it will be automatically inspected for test modules. Test modules should have a name