From a8fe35665b010c76c5ae057a49118d7d97028a21 Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Thu, 25 Nov 2021 13:49:59 +0000 Subject: [PATCH] [IMP] backend/testing: add link to unittest python library closes odoo/documentation#1414 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/backend/testing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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